public static interface CreateIndexRequest.Builder extends ResourceExplorer2Request.Builder, SdkPojo, CopyableBuilder<CreateIndexRequest.Builder,CreateIndexRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest.Builder |
clientToken(String clientToken)
This value helps ensure idempotency.
|
CreateIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIndexRequest.Builder |
tags(Map<String,String> tags)
The specified tags are attached only to the index created in this Amazon Web Services Region.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIndexRequest.Builder clientToken(String clientToken)
This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your views.
clientToken - This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental
creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the
uniqueness of your views.CreateIndexRequest.Builder tags(Map<String,String> tags)
The specified tags are attached only to the index created in this Amazon Web Services Region. The tags aren't attached to any of the resources listed in the index.
tags - The specified tags are attached only to the index created in this Amazon Web Services Region. The tags
aren't attached to any of the resources listed in the index.CreateIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.