public static interface CreateRecipeRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<CreateRecipeRequest.Builder,CreateRecipeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRecipeRequest.Builder |
description(String description)
A description for the recipe.
|
CreateRecipeRequest.Builder |
name(String name)
A unique name for the recipe.
|
CreateRecipeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRecipeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRecipeRequest.Builder |
steps(Collection<RecipeStep> steps)
An array containing the steps to be performed by the recipe.
|
CreateRecipeRequest.Builder |
steps(Consumer<RecipeStep.Builder>... steps)
An array containing the steps to be performed by the recipe.
|
CreateRecipeRequest.Builder |
steps(RecipeStep... steps)
An array containing the steps to be performed by the recipe.
|
CreateRecipeRequest.Builder |
tags(Map<String,String> tags)
Metadata tags to apply to this recipe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRecipeRequest.Builder description(String description)
A description for the recipe.
description - A description for the recipe.CreateRecipeRequest.Builder name(String name)
A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
name - A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period
(.), and space.CreateRecipeRequest.Builder steps(Collection<RecipeStep> steps)
An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
steps - An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe
action and (optionally) an array of condition expressions.CreateRecipeRequest.Builder steps(RecipeStep... steps)
An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
steps - An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe
action and (optionally) an array of condition expressions.CreateRecipeRequest.Builder steps(Consumer<RecipeStep.Builder>... steps)
An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.
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) CreateRecipeRequest.Builder tags(Map<String,String> tags)
Metadata tags to apply to this recipe.
tags - Metadata tags to apply to this recipe.CreateRecipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRecipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.