Interface RecipeReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecipeReference.Builder,
,RecipeReference> SdkBuilder<RecipeReference.Builder,
,RecipeReference> SdkPojo
- Enclosing class:
RecipeReference
@Mutable
@NotThreadSafe
public static interface RecipeReference.Builder
extends SdkPojo, CopyableBuilder<RecipeReference.Builder,RecipeReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the recipe.recipeVersion
(String recipeVersion) The identifier for the version for the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
recipeVersion
The identifier for the version for the recipe.
- Parameters:
recipeVersion
- The identifier for the version for the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-