public static interface BatchGetCollectionRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCollectionRequest.Builder,BatchGetCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCollectionRequest.Builder |
ids(Collection<String> ids)
A list of collection IDs.
|
BatchGetCollectionRequest.Builder |
ids(String... ids)
A list of collection IDs.
|
BatchGetCollectionRequest.Builder |
names(Collection<String> names)
A list of collection names.
|
BatchGetCollectionRequest.Builder |
names(String... names)
A list of collection names.
|
BatchGetCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCollectionRequest.Builder ids(Collection<String> ids)
A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
ids - A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the
collection endpoint. You can also retrieve it using the ListCollections API.BatchGetCollectionRequest.Builder ids(String... ids)
A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
ids - A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the
collection endpoint. You can also retrieve it using the ListCollections API.BatchGetCollectionRequest.Builder names(Collection<String> names)
A list of collection names. You can't provide names and IDs in the same request.
names - A list of collection names. You can't provide names and IDs in the same request.BatchGetCollectionRequest.Builder names(String... names)
A list of collection names. You can't provide names and IDs in the same request.
names - A list of collection names. You can't provide names and IDs in the same request.BatchGetCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.