public static interface DescribeRecipeResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeRecipeResponse.Builder,DescribeRecipeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecipeResponse.Builder |
createDate(Instant createDate)
The date and time that the recipe was created.
|
DescribeRecipeResponse.Builder |
createdBy(String createdBy)
The identifier (user name) of the user who created the recipe.
|
DescribeRecipeResponse.Builder |
description(String description)
The description of the recipe.
|
DescribeRecipeResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the recipe.
|
DescribeRecipeResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time that the recipe was last modified.
|
DescribeRecipeResponse.Builder |
name(String name)
The name of the recipe.
|
DescribeRecipeResponse.Builder |
projectName(String projectName)
The name of the project associated with this recipe.
|
DescribeRecipeResponse.Builder |
publishedBy(String publishedBy)
The identifier (user name) of the user who last published the recipe.
|
DescribeRecipeResponse.Builder |
publishedDate(Instant publishedDate)
The date and time when the recipe was last published.
|
DescribeRecipeResponse.Builder |
recipeVersion(String recipeVersion)
The recipe version identifier.
|
DescribeRecipeResponse.Builder |
resourceArn(String resourceArn)
The ARN of the recipe.
|
DescribeRecipeResponse.Builder |
steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
steps(Consumer<RecipeStep.Builder>... steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
steps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
tags(Map<String,String> tags)
Metadata tags associated with this project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecipeResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user who created the recipe.
createdBy - The identifier (user name) of the user who created the recipe.DescribeRecipeResponse.Builder createDate(Instant createDate)
The date and time that the recipe was created.
createDate - The date and time that the recipe was created.DescribeRecipeResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the recipe.
lastModifiedBy - The identifier (user name) of the user who last modified the recipe.DescribeRecipeResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the recipe was last modified.
lastModifiedDate - The date and time that the recipe was last modified.DescribeRecipeResponse.Builder projectName(String projectName)
The name of the project associated with this recipe.
projectName - The name of the project associated with this recipe.DescribeRecipeResponse.Builder publishedBy(String publishedBy)
The identifier (user name) of the user who last published the recipe.
publishedBy - The identifier (user name) of the user who last published the recipe.DescribeRecipeResponse.Builder publishedDate(Instant publishedDate)
The date and time when the recipe was last published.
publishedDate - The date and time when the recipe was last published.DescribeRecipeResponse.Builder description(String description)
The description of the recipe.
description - The description of the recipe.DescribeRecipeResponse.Builder name(String name)
The name of the recipe.
name - The name of the recipe.DescribeRecipeResponse.Builder steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions
under which the action should succeed.DescribeRecipeResponse.Builder steps(RecipeStep... steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
steps - One or more steps to be performed by the recipe. Each step consists of an action, and the conditions
under which the action should succeed.DescribeRecipeResponse.Builder steps(Consumer<RecipeStep.Builder>... steps)
One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.
This is a convenience method that creates an instance of theRecipeStep.Builder avoiding the need to create one
manually via RecipeStep.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #steps(List.
steps - a consumer that will call methods on
RecipeStep.Builder#steps(java.util.Collection) DescribeRecipeResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this project.
tags - Metadata tags associated with this project.DescribeRecipeResponse.Builder resourceArn(String resourceArn)
The ARN of the recipe.
resourceArn - The ARN of the recipe.DescribeRecipeResponse.Builder recipeVersion(String recipeVersion)
The recipe version identifier.
recipeVersion - The recipe version identifier.Copyright © 2023. All rights reserved.