public static interface DeleteCollectionRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<DeleteCollectionRequest.Builder,DeleteCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCollectionRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
DeleteCollectionRequest.Builder |
id(String id)
The unique identifier of the collection.
|
DeleteCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCollectionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - A unique, case-sensitive identifier to ensure idempotency of the request.DeleteCollectionRequest.Builder id(String id)
The unique identifier of the collection. For example, 1iu5usc406kd. The ID is part of the
collection endpoint. You can also retrieve it using the ListCollections API.
id - The unique identifier of the collection. For example, 1iu5usc406kd. The ID is part of the
collection endpoint. You can also retrieve it using the ListCollections API.DeleteCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.