static CreateCollectionRequest.Builder |
CreateCollectionRequest.builder() |
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier to ensure idempotency of the request.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.description(String description) |
Description of the collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.name(String name) |
Name of the collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.standbyReplicas(String standbyReplicas) |
Indicates whether standby replicas should be used for a collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.standbyReplicas(StandbyReplicas standbyReplicas) |
Indicates whether standby replicas should be used for a collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.tags(Collection<Tag> tags) |
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.tags(Tag... tags) |
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.toBuilder() |
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.type(String type) |
The type of collection.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.type(CollectionType type) |
The type of collection.
|