public static interface DeleteThesaurusRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<DeleteThesaurusRequest.Builder,DeleteThesaurusRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteThesaurusRequest.Builder |
id(String id)
The identifier of the thesaurus to delete.
|
DeleteThesaurusRequest.Builder |
indexId(String indexId)
The identifier of the index associated with the thesaurus to delete.
|
DeleteThesaurusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteThesaurusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteThesaurusRequest.Builder id(String id)
The identifier of the thesaurus to delete.
id - The identifier of the thesaurus to delete.DeleteThesaurusRequest.Builder indexId(String indexId)
The identifier of the index associated with the thesaurus to delete.
indexId - The identifier of the index associated with the thesaurus to delete.DeleteThesaurusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteThesaurusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.