public static interface BatchGetEffectiveLifecyclePolicyResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<BatchGetEffectiveLifecyclePolicyResponse.Builder,BatchGetEffectiveLifecyclePolicyResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyDetails(Collection<EffectiveLifecyclePolicyDetail> effectiveLifecyclePolicyDetails)
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
effectiveLifecyclePolicyDetails - A list of lifecycle policies applied to the OpenSearch Serverless indexes.BatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyDetails(EffectiveLifecyclePolicyDetail... effectiveLifecyclePolicyDetails)
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
effectiveLifecyclePolicyDetails - A list of lifecycle policies applied to the OpenSearch Serverless indexes.BatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyDetails(Consumer<EffectiveLifecyclePolicyDetail.Builder>... effectiveLifecyclePolicyDetails)
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
This is a convenience method that creates an instance of theEffectiveLifecyclePolicyDetail.Builder
avoiding the need to create one manually via
EffectiveLifecyclePolicyDetail.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #effectiveLifecyclePolicyDetails(List.
effectiveLifecyclePolicyDetails - a consumer that will call methods on
EffectiveLifecyclePolicyDetail.Builder#effectiveLifecyclePolicyDetails(java.util.Collection) BatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyErrorDetails(Collection<EffectiveLifecyclePolicyErrorDetail> effectiveLifecyclePolicyErrorDetails)
A list of resources for which retrieval failed.
effectiveLifecyclePolicyErrorDetails - A list of resources for which retrieval failed.BatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyErrorDetails(EffectiveLifecyclePolicyErrorDetail... effectiveLifecyclePolicyErrorDetails)
A list of resources for which retrieval failed.
effectiveLifecyclePolicyErrorDetails - A list of resources for which retrieval failed.BatchGetEffectiveLifecyclePolicyResponse.Builder effectiveLifecyclePolicyErrorDetails(Consumer<EffectiveLifecyclePolicyErrorDetail.Builder>... effectiveLifecyclePolicyErrorDetails)
A list of resources for which retrieval failed.
This is a convenience method that creates an instance of theEffectiveLifecyclePolicyErrorDetail.Builder
avoiding the need to create one manually via
EffectiveLifecyclePolicyErrorDetail.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #effectiveLifecyclePolicyErrorDetails(List.
effectiveLifecyclePolicyErrorDetails - a consumer that will call methods on
EffectiveLifecyclePolicyErrorDetail.Builder#effectiveLifecyclePolicyErrorDetails(java.util.Collection) Copyright © 2023. All rights reserved.