Interface RecipeReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecipeReference.Builder,RecipeReference>,SdkBuilder<RecipeReference.Builder,RecipeReference>,SdkPojo
- Enclosing class:
- RecipeReference
public static interface RecipeReference.Builder extends SdkPojo, CopyableBuilder<RecipeReference.Builder,RecipeReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecipeReference.BuilderrecipeArn(String recipeArn)The ARN of the DataBrew recipe.RecipeReference.BuilderrecipeVersion(String recipeVersion)The RecipeVersion of the DataBrew recipe.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
recipeArn
RecipeReference.Builder recipeArn(String recipeArn)
The ARN of the DataBrew recipe.
- Parameters:
recipeArn- The ARN of the DataBrew recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeVersion
RecipeReference.Builder recipeVersion(String recipeVersion)
The RecipeVersion of the DataBrew recipe.
- Parameters:
recipeVersion- The RecipeVersion of the DataBrew recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-