Interface EngineTranscribeMedicalSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>,SdkBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>,SdkPojo
- Enclosing class:
- EngineTranscribeMedicalSettings
public static interface EngineTranscribeMedicalSettings.Builder extends SdkPojo, CopyableBuilder<EngineTranscribeMedicalSettings.Builder,EngineTranscribeMedicalSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngineTranscribeMedicalSettings.BuildercontentIdentificationType(String contentIdentificationType)Labels all personally identifiable information (PII) identified in your transcript.EngineTranscribeMedicalSettings.BuildercontentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)Labels all personally identifiable information (PII) identified in your transcript.EngineTranscribeMedicalSettings.BuilderlanguageCode(String languageCode)The language code specified for the Amazon Transcribe Medical engine.EngineTranscribeMedicalSettings.BuilderlanguageCode(TranscribeMedicalLanguageCode languageCode)The language code specified for the Amazon Transcribe Medical engine.EngineTranscribeMedicalSettings.Builderregion(String region)The AWS Region passed to Amazon Transcribe Medical.EngineTranscribeMedicalSettings.Builderregion(TranscribeMedicalRegion region)The AWS Region passed to Amazon Transcribe Medical.EngineTranscribeMedicalSettings.Builderspecialty(String specialty)The specialty specified for the Amazon Transcribe Medical engine.EngineTranscribeMedicalSettings.Builderspecialty(TranscribeMedicalSpecialty specialty)The specialty specified for the Amazon Transcribe Medical engine.EngineTranscribeMedicalSettings.Buildertype(String type)The type of transcription.EngineTranscribeMedicalSettings.Buildertype(TranscribeMedicalType type)The type of transcription.EngineTranscribeMedicalSettings.BuildervocabularyName(String vocabularyName)The name of the vocabulary passed to Amazon Transcribe Medical.-
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
-
-
-
-
Method Detail
-
languageCode
EngineTranscribeMedicalSettings.Builder languageCode(String languageCode)
The language code specified for the Amazon Transcribe Medical engine.
- Parameters:
languageCode- The language code specified for the Amazon Transcribe Medical engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalLanguageCode,TranscribeMedicalLanguageCode
-
languageCode
EngineTranscribeMedicalSettings.Builder languageCode(TranscribeMedicalLanguageCode languageCode)
The language code specified for the Amazon Transcribe Medical engine.
- Parameters:
languageCode- The language code specified for the Amazon Transcribe Medical engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalLanguageCode,TranscribeMedicalLanguageCode
-
specialty
EngineTranscribeMedicalSettings.Builder specialty(String specialty)
The specialty specified for the Amazon Transcribe Medical engine.
- Parameters:
specialty- The specialty specified for the Amazon Transcribe Medical engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalSpecialty,TranscribeMedicalSpecialty
-
specialty
EngineTranscribeMedicalSettings.Builder specialty(TranscribeMedicalSpecialty specialty)
The specialty specified for the Amazon Transcribe Medical engine.
- Parameters:
specialty- The specialty specified for the Amazon Transcribe Medical engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalSpecialty,TranscribeMedicalSpecialty
-
type
EngineTranscribeMedicalSettings.Builder type(String type)
The type of transcription.
- Parameters:
type- The type of transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalType,TranscribeMedicalType
-
type
EngineTranscribeMedicalSettings.Builder type(TranscribeMedicalType type)
The type of transcription.
- Parameters:
type- The type of transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalType,TranscribeMedicalType
-
vocabularyName
EngineTranscribeMedicalSettings.Builder vocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe Medical.
- Parameters:
vocabularyName- The name of the vocabulary passed to Amazon Transcribe Medical.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
EngineTranscribeMedicalSettings.Builder region(String region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
- Parameters:
region- The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalRegion,TranscribeMedicalRegion
-
region
EngineTranscribeMedicalSettings.Builder region(TranscribeMedicalRegion region)
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
- Parameters:
region- The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalRegion,TranscribeMedicalRegion
-
contentIdentificationType
EngineTranscribeMedicalSettings.Builder contentIdentificationType(String contentIdentificationType)
Labels all personally identifiable information (PII) identified in your transcript. If you don't include
PiiEntityTypes, all PII is identified.You can’t set
ContentIdentificationTypeandContentRedactionType.- Parameters:
contentIdentificationType- Labels all personally identifiable information (PII) identified in your transcript. If you don't includePiiEntityTypes, all PII is identified.You can’t set
ContentIdentificationTypeandContentRedactionType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalContentIdentificationType,TranscribeMedicalContentIdentificationType
-
contentIdentificationType
EngineTranscribeMedicalSettings.Builder contentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)
Labels all personally identifiable information (PII) identified in your transcript. If you don't include
PiiEntityTypes, all PII is identified.You can’t set
ContentIdentificationTypeandContentRedactionType.- Parameters:
contentIdentificationType- Labels all personally identifiable information (PII) identified in your transcript. If you don't includePiiEntityTypes, all PII is identified.You can’t set
ContentIdentificationTypeandContentRedactionType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscribeMedicalContentIdentificationType,TranscribeMedicalContentIdentificationType
-
-