Interface GetMedicalVocabularyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMedicalVocabularyRequest.Builder,GetMedicalVocabularyRequest>,SdkBuilder<GetMedicalVocabularyRequest.Builder,GetMedicalVocabularyRequest>,SdkPojo,SdkRequest.Builder,TranscribeRequest.Builder
- Enclosing class:
- GetMedicalVocabularyRequest
public static interface GetMedicalVocabularyRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<GetMedicalVocabularyRequest.Builder,GetMedicalVocabularyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMedicalVocabularyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMedicalVocabularyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMedicalVocabularyRequest.BuildervocabularyName(String vocabularyName)The name of the custom medical 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
GetMedicalVocabularyRequest.Builder vocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.
- Parameters:
vocabularyName- The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMedicalVocabularyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMedicalVocabularyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-