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.
|
build
overrideConfiguration
copy
applyMutation, build
GetVocabularyRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.