Interface EffectiveLifecyclePolicyErrorDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EffectiveLifecyclePolicyErrorDetail.Builder,,- EffectiveLifecyclePolicyErrorDetail> - SdkBuilder<EffectiveLifecyclePolicyErrorDetail.Builder,,- EffectiveLifecyclePolicyErrorDetail> - SdkPojo
- Enclosing class:
- EffectiveLifecyclePolicyErrorDetail
@Mutable
@NotThreadSafe
public static interface EffectiveLifecyclePolicyErrorDetail.Builder
extends SdkPojo, CopyableBuilder<EffectiveLifecyclePolicyErrorDetail.Builder,EffectiveLifecyclePolicyErrorDetail> 
- 
Method SummaryModifier and TypeMethodDescriptionThe error code for the request.errorMessage(String errorMessage) A description of the error.The name of OpenSearch Serverless index resource.The type of lifecycle policy.type(LifecyclePolicyType type) The type of lifecycle policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe 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:
 
- 
typeThe 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:
 
- 
resourceThe name of OpenSearch Serverless index resource. - Parameters:
- resource- The name of OpenSearch Serverless index resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorMessageA description of the error. For example, The specified Index resource is not found.- Parameters:
- errorMessage- A description of the error. For example,- The specified Index resource is not found.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorCodeThe error code for the request. - Parameters:
- errorCode- The error code for the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-