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