static DescribeRecipeResponse.Builder |
DescribeRecipeResponse.builder() |
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.createDate(Instant createDate) |
The date and time that the recipe was created.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.createdBy(String createdBy) |
The identifier (user name) of the user who created the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.description(String description) |
The description of the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The identifier (user name) of the user who last modified the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.lastModifiedDate(Instant lastModifiedDate) |
The date and time that the recipe was last modified.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.name(String name) |
The name of the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.projectName(String projectName) |
The name of the project associated with this recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.publishedBy(String publishedBy) |
The identifier (user name) of the user who last published the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.publishedDate(Instant publishedDate) |
The date and time when the recipe was last published.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.recipeVersion(String recipeVersion) |
The recipe version identifier.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.resourceArn(String resourceArn) |
The ARN of the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.steps(Collection<RecipeStep> steps) |
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.steps(Consumer<RecipeStep.Builder>... steps) |
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.steps(RecipeStep... steps) |
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.tags(Map<String,String> tags) |
Metadata tags associated with this project.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.toBuilder() |
|