Builder

class Builder

Properties

Link copied to clipboard

A description for the recipe.

Link copied to clipboard
var name: String?

A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Link copied to clipboard

An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

Link copied to clipboard

Metadata tags to apply to this recipe.