Interface LifecyclePolicyIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecyclePolicyIdentifier.Builder,
,LifecyclePolicyIdentifier> SdkBuilder<LifecyclePolicyIdentifier.Builder,
,LifecyclePolicyIdentifier> SdkPojo
- Enclosing class:
LifecyclePolicyIdentifier
@Mutable
@NotThreadSafe
public static interface LifecyclePolicyIdentifier.Builder
extends SdkPojo, CopyableBuilder<LifecyclePolicyIdentifier.Builder,LifecyclePolicyIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the lifecycle policy.The type of lifecycle policy.type
(LifecyclePolicyType type) The type of lifecycle policy.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
-
type
The type of lifecycle policy.
- Parameters:
type
- The type of lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of lifecycle policy.
- Parameters:
type
- The type of lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the lifecycle policy.
- Parameters:
name
- The name of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-