public static interface DeleteVocabularyRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteVocabularyRequest.Builder,DeleteVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVocabularyRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DeleteVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVocabularyRequest.Builder |
vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVocabularyRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.DeleteVocabularyRequest.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
vocabularyId - The identifier of the custom vocabulary.DeleteVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.