public static interface UpdateRecipeRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<UpdateRecipeRequest.Builder,UpdateRecipeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRecipeRequest.Builder |
description(String description)
A description of the recipe.
|
UpdateRecipeRequest.Builder |
name(String name)
The name of the recipe to be updated.
|
UpdateRecipeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRecipeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRecipeRequest.Builder |
steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest.Builder |
steps(Consumer<RecipeStep.Builder>... steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest.Builder |
steps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRecipeRequest.Builder description(String description)
A description of the recipe.
description - A description of the recipe.UpdateRecipeRequest.Builder name(String name)
The name of the recipe to be updated.
name - The name of the recipe to be updated.UpdateRecipeRequest.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.UpdateRecipeRequest.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.UpdateRecipeRequest.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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #steps(List) .steps - a consumer that will call methods on List.Builder #steps(List) UpdateRecipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRecipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.