public static interface LifecyclePolicySummary.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicySummary.Builder,LifecyclePolicySummary>
Modifier and Type | Method and Description |
---|---|
LifecyclePolicySummary.Builder |
description(String description)
The description of the lifecycle policy.
|
LifecyclePolicySummary.Builder |
policyId(String policyId)
The identifier of the lifecycle policy.
|
LifecyclePolicySummary.Builder |
state(GettablePolicyStateValues state)
The activation state of the lifecycle policy.
|
LifecyclePolicySummary.Builder |
state(String state)
The activation state of the lifecycle policy.
|
copy
applyMutation, build
LifecyclePolicySummary.Builder policyId(String policyId)
The identifier of the lifecycle policy.
policyId
- The identifier of the lifecycle policy.LifecyclePolicySummary.Builder description(String description)
The description of the lifecycle policy.
description
- The description of the lifecycle policy.LifecyclePolicySummary.Builder state(String state)
The activation state of the lifecycle policy.
state
- The activation state of the lifecycle policy.GettablePolicyStateValues
,
GettablePolicyStateValues
LifecyclePolicySummary.Builder state(GettablePolicyStateValues state)
The activation state of the lifecycle policy.
state
- The activation state of the lifecycle policy.GettablePolicyStateValues
,
GettablePolicyStateValues
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.