public static interface GetVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<GetVocabularyRequest.Builder,GetVocabularyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetVocabularyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetVocabularyRequest.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary to return information about.
|
buildoverrideConfigurationcopyapplyMutation, buildGetVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the vocabulary to return information about. The name is case-sensitive.
vocabularyName - The name of the vocabulary to return information about. The name is case-sensitive.GetVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.