Interface LifecyclePolicySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecyclePolicySummary.Builder,
,LifecyclePolicySummary> SdkBuilder<LifecyclePolicySummary.Builder,
,LifecyclePolicySummary> SdkPojo
- Enclosing class:
LifecyclePolicySummary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the lifecycle policy.The identifier of the lifecycle policy.policyType
(String policyType) The type of policy.policyType
(PolicyTypeValues policyType) The type of policy.The activation state of the lifecycle policy.state
(GettablePolicyStateValues state) The activation state of the lifecycle policy.The tags.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 Details
-
policyId
The identifier of the lifecycle policy.
- Parameters:
policyId
- The identifier of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the lifecycle policy.
- Parameters:
description
- The description of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The activation state of the lifecycle policy.
- Parameters:
state
- The activation state of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The activation state of the lifecycle policy.
- Parameters:
state
- The activation state of the lifecycle policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags.
- Parameters:
tags
- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
The type of policy.
EBS_SNAPSHOT_MANAGEMENT
indicates that the policy manages the lifecycle of Amazon EBS snapshots.IMAGE_MANAGEMENT
indicates that the policy manages the lifecycle of EBS-backed AMIs.EVENT_BASED_POLICY
indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.- Parameters:
policyType
- The type of policy.EBS_SNAPSHOT_MANAGEMENT
indicates that the policy manages the lifecycle of Amazon EBS snapshots.IMAGE_MANAGEMENT
indicates that the policy manages the lifecycle of EBS-backed AMIs.EVENT_BASED_POLICY
indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyType
The type of policy.
EBS_SNAPSHOT_MANAGEMENT
indicates that the policy manages the lifecycle of Amazon EBS snapshots.IMAGE_MANAGEMENT
indicates that the policy manages the lifecycle of EBS-backed AMIs.EVENT_BASED_POLICY
indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.- Parameters:
policyType
- The type of policy.EBS_SNAPSHOT_MANAGEMENT
indicates that the policy manages the lifecycle of Amazon EBS snapshots.IMAGE_MANAGEMENT
indicates that the policy manages the lifecycle of EBS-backed AMIs.EVENT_BASED_POLICY
indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-