Interface GetVocabularyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetVocabularyRequest.Builder,GetVocabularyRequest>,SdkBuilder<GetVocabularyRequest.Builder,GetVocabularyRequest>,SdkPojo,SdkRequest.Builder,TranscribeRequest.Builder
- Enclosing class:
- GetVocabularyRequest
public static interface GetVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<GetVocabularyRequest.Builder,GetVocabularyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVocabularyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVocabularyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVocabularyRequest.BuildervocabularyName(String vocabularyName)The name of the custom vocabulary you want information about.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeRequest.Builder
build
-
-
-
-
Method Detail
-
vocabularyName
GetVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the custom vocabulary you want information about. Custom vocabulary names are case sensitive.
- Parameters:
vocabularyName- The name of the custom vocabulary you want information about. Custom vocabulary names are case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-