Interface LifecyclePolicyResourceIdentifier.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LifecyclePolicyResourceIdentifier.Builder,,LifecyclePolicyResourceIdentifier> SdkBuilder<LifecyclePolicyResourceIdentifier.Builder,,LifecyclePolicyResourceIdentifier> SdkPojo
- Enclosing class:
 LifecyclePolicyResourceIdentifier
public static interface LifecyclePolicyResourceIdentifier.Builder
extends SdkPojo, CopyableBuilder<LifecyclePolicyResourceIdentifier.Builder,LifecyclePolicyResourceIdentifier> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the OpenSearch Serverless ilndex resource.The type of lifecycle policy.type(LifecyclePolicyType type) The type of lifecycle policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
resource
The name of the OpenSearch Serverless ilndex resource.
- Parameters:
 resource- The name of the OpenSearch Serverless ilndex resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The 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:
 
 - 
type
The 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:
 
 
 -