public static interface LifecyclePolicyDetail.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyDetail.Builder,LifecyclePolicyDetail>
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyDetail.Builder |
createdDate(Long createdDate)
The date the lifecycle policy was created.
|
LifecyclePolicyDetail.Builder |
description(String description)
The description of the lifecycle policy.
|
LifecyclePolicyDetail.Builder |
lastModifiedDate(Long lastModifiedDate)
The timestamp of when the lifecycle policy was last modified.
|
LifecyclePolicyDetail.Builder |
name(String name)
The name of the lifecycle policy.
|
LifecyclePolicyDetail.Builder |
policy(Document policy)
The JSON policy document without any whitespaces.
|
LifecyclePolicyDetail.Builder |
policyVersion(String policyVersion)
The version of the lifecycle policy.
|
LifecyclePolicyDetail.Builder |
type(LifecyclePolicyType type)
The type of lifecycle policy.
|
LifecyclePolicyDetail.Builder |
type(String type)
The type of lifecycle policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLifecyclePolicyDetail.Builder createdDate(Long createdDate)
The date the lifecycle policy was created.
createdDate - The date the lifecycle policy was created.LifecyclePolicyDetail.Builder description(String description)
The description of the lifecycle policy.
description - The description of the lifecycle policy.LifecyclePolicyDetail.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the lifecycle policy was last modified.
lastModifiedDate - The timestamp of when the lifecycle policy was last modified.LifecyclePolicyDetail.Builder name(String name)
The name of the lifecycle policy.
name - The name of the lifecycle policy.LifecyclePolicyDetail.Builder policy(Document policy)
The JSON policy document without any whitespaces.
policy - The JSON policy document without any whitespaces.LifecyclePolicyDetail.Builder policyVersion(String policyVersion)
The version of the lifecycle policy.
policyVersion - The version of the lifecycle policy.LifecyclePolicyDetail.Builder type(String type)
The type of lifecycle policy.
type - The type of lifecycle policy.LifecyclePolicyType,
LifecyclePolicyTypeLifecyclePolicyDetail.Builder type(LifecyclePolicyType type)
The type of lifecycle policy.
type - The type of lifecycle policy.LifecyclePolicyType,
LifecyclePolicyTypeCopyright © 2023. All rights reserved.