Interface DescribeRecipeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRecipeResponse.Builder,
,DescribeRecipeResponse> DataBrewResponse.Builder
,SdkBuilder<DescribeRecipeResponse.Builder,
,DescribeRecipeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRecipeResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreateDate
(Instant createDate) The date and time that the recipe was created.The identifier (user name) of the user who created the recipe.description
(String description) The description of the recipe.lastModifiedBy
(String lastModifiedBy) The identifier (user name) of the user who last modified the recipe.lastModifiedDate
(Instant lastModifiedDate) The date and time that the recipe was last modified.The name of the recipe.projectName
(String projectName) The name of the project associated with this recipe.publishedBy
(String publishedBy) The identifier (user name) of the user who last published the recipe.publishedDate
(Instant publishedDate) The date and time when the recipe was last published.recipeVersion
(String recipeVersion) The recipe version identifier.resourceArn
(String resourceArn) The ARN of the recipe.steps
(Collection<RecipeStep> steps) One or more steps to be performed by the recipe.steps
(Consumer<RecipeStep.Builder>... steps) One or more steps to be performed by the recipe.steps
(RecipeStep... steps) One or more steps to be performed by the recipe.Metadata tags associated with this project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdBy
The identifier (user name) of the user who created the recipe.
- Parameters:
createdBy
- The identifier (user name) of the user who created the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time that the recipe was created.
- Parameters:
createDate
- The date and time that the recipe was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The identifier (user name) of the user who last modified the recipe.
- Parameters:
lastModifiedBy
- The identifier (user name) of the user who last modified the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date and time that the recipe was last modified.
- Parameters:
lastModifiedDate
- The date and time that the recipe was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
The name of the project associated with this recipe.
- Parameters:
projectName
- The name of the project associated with this recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishedBy
The identifier (user name) of the user who last published the recipe.
- Parameters:
publishedBy
- The identifier (user name) of the user who last published the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishedDate
The date and time when the recipe was last published.
- Parameters:
publishedDate
- The date and time when the recipe was last published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the recipe.
- Parameters:
description
- The description of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the recipe.
- Parameters:
name
- The name of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaRecipeStep.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosteps(List<RecipeStep>)
.- Parameters:
steps
- a consumer that will call methods onRecipeStep.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Metadata tags associated with this project.
- Parameters:
tags
- Metadata tags associated with this project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The ARN of the recipe.
- Parameters:
resourceArn
- The ARN of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeVersion
The recipe version identifier.
- Parameters:
recipeVersion
- The recipe version identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-