public static interface BatchGetLifecyclePolicyRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<BatchGetLifecyclePolicyRequest.Builder,BatchGetLifecyclePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetLifecyclePolicyRequest.Builder |
identifiers(Collection<LifecyclePolicyIdentifier> identifiers)
The unique identifiers of policy types and policy names.
|
BatchGetLifecyclePolicyRequest.Builder |
identifiers(Consumer<LifecyclePolicyIdentifier.Builder>... identifiers)
The unique identifiers of policy types and policy names.
|
BatchGetLifecyclePolicyRequest.Builder |
identifiers(LifecyclePolicyIdentifier... identifiers)
The unique identifiers of policy types and policy names.
|
BatchGetLifecyclePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetLifecyclePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetLifecyclePolicyRequest.Builder identifiers(Collection<LifecyclePolicyIdentifier> identifiers)
The unique identifiers of policy types and policy names.
identifiers - The unique identifiers of policy types and policy names.BatchGetLifecyclePolicyRequest.Builder identifiers(LifecyclePolicyIdentifier... identifiers)
The unique identifiers of policy types and policy names.
identifiers - The unique identifiers of policy types and policy names.BatchGetLifecyclePolicyRequest.Builder identifiers(Consumer<LifecyclePolicyIdentifier.Builder>... identifiers)
The unique identifiers of policy types and policy names.
This is a convenience method that creates an instance of theLifecyclePolicyIdentifier.Builder avoiding
the need to create one manually via
LifecyclePolicyIdentifier.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #identifiers(List.
identifiers - a consumer that will call methods on
LifecyclePolicyIdentifier.Builder#identifiers(java.util.Collection) BatchGetLifecyclePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetLifecyclePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.