public static interface LifecyclePolicyErrorDetail.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyErrorDetail.Builder,LifecyclePolicyErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyErrorDetail.Builder |
errorCode(String errorCode)
The error code for the request.
|
LifecyclePolicyErrorDetail.Builder |
errorMessage(String errorMessage)
A description of the error.
|
LifecyclePolicyErrorDetail.Builder |
name(String name)
The name of the lifecycle policy.
|
LifecyclePolicyErrorDetail.Builder |
type(LifecyclePolicyType type)
The type of lifecycle policy.
|
LifecyclePolicyErrorDetail.Builder |
type(String type)
The type of lifecycle policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLifecyclePolicyErrorDetail.Builder errorCode(String errorCode)
The error code for the request. For example, NOT_FOUND.
errorCode - The error code for the request. For example, NOT_FOUND.LifecyclePolicyErrorDetail.Builder errorMessage(String errorMessage)
A description of the error. For example, The specified Lifecycle Policy is not found.
errorMessage - A description of the error. For example, The specified Lifecycle Policy is not found.LifecyclePolicyErrorDetail.Builder name(String name)
The name of the lifecycle policy.
name - The name of the lifecycle policy.LifecyclePolicyErrorDetail.Builder type(String type)
The type of lifecycle policy.
type - The type of lifecycle policy.LifecyclePolicyType,
LifecyclePolicyTypeLifecyclePolicyErrorDetail.Builder type(LifecyclePolicyType type)
The type of lifecycle policy.
type - The type of lifecycle policy.LifecyclePolicyType,
LifecyclePolicyTypeCopyright © 2023. All rights reserved.