static Recipe.Builder |
Recipe.builder() |
|
Recipe.Builder |
Recipe.Builder.createDate(Instant createDate) |
The date and time that the recipe was created.
|
Recipe.Builder |
Recipe.Builder.createdBy(String createdBy) |
The Amazon Resource Name (ARN) of the user who created the recipe.
|
Recipe.Builder |
Recipe.Builder.description(String description) |
The description of the recipe.
|
Recipe.Builder |
Recipe.Builder.lastModifiedBy(String lastModifiedBy) |
The Amazon Resource Name (ARN) of the user who last modified the recipe.
|
Recipe.Builder |
Recipe.Builder.lastModifiedDate(Instant lastModifiedDate) |
The last modification date and time of the recipe.
|
Recipe.Builder |
Recipe.Builder.name(String name) |
The unique name for the recipe.
|
Recipe.Builder |
Recipe.Builder.projectName(String projectName) |
The name of the project that the recipe is associated with.
|
Recipe.Builder |
Recipe.Builder.publishedBy(String publishedBy) |
The Amazon Resource Name (ARN) of the user who published the recipe.
|
Recipe.Builder |
Recipe.Builder.publishedDate(Instant publishedDate) |
The date and time when the recipe was published.
|
Recipe.Builder |
Recipe.Builder.recipeVersion(String recipeVersion) |
The identifier for the version for the recipe.
|
Recipe.Builder |
Recipe.Builder.resourceArn(String resourceArn) |
The Amazon Resource Name (ARN) for the recipe.
|
Recipe.Builder |
Recipe.Builder.steps(Collection<RecipeStep> steps) |
A list of steps that are defined by the recipe.
|
Recipe.Builder |
Recipe.Builder.steps(Consumer<RecipeStep.Builder>... steps) |
A list of steps that are defined by the recipe.
|
Recipe.Builder |
Recipe.Builder.steps(RecipeStep... steps) |
A list of steps that are defined by the recipe.
|
Recipe.Builder |
Recipe.Builder.tags(Map<String,String> tags) |
Metadata tags that have been applied to the recipe.
|
Recipe.Builder |
Recipe.toBuilder() |
|