Interface LifecyclePolicyResourceSelectionRecipe.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LifecyclePolicyResourceSelectionRecipe.Builder,LifecyclePolicyResourceSelectionRecipe>,SdkBuilder<LifecyclePolicyResourceSelectionRecipe.Builder,LifecyclePolicyResourceSelectionRecipe>,SdkPojo
- Enclosing class:
- LifecyclePolicyResourceSelectionRecipe
public static interface LifecyclePolicyResourceSelectionRecipe.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyResourceSelectionRecipe.Builder,LifecyclePolicyResourceSelectionRecipe>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecyclePolicyResourceSelectionRecipe.Buildername(String name)The name of an Image Builder recipe that the lifecycle policy uses for resource selection.LifecyclePolicyResourceSelectionRecipe.BuildersemanticVersion(String semanticVersion)The version of the Image Builder recipe specified by thenamefield.-
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
-
name
LifecyclePolicyResourceSelectionRecipe.Builder name(String name)
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
- Parameters:
name- The name of an Image Builder recipe that the lifecycle policy uses for resource selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticVersion
LifecyclePolicyResourceSelectionRecipe.Builder semanticVersion(String semanticVersion)
The version of the Image Builder recipe specified by the
namefield.- Parameters:
semanticVersion- The version of the Image Builder recipe specified by thenamefield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-