Interface SpeechFoundationModel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpeechFoundationModel.Builder,,SpeechFoundationModel> SdkBuilder<SpeechFoundationModel.Builder,,SpeechFoundationModel> SdkPojo
- Enclosing class:
SpeechFoundationModel
@Mutable
@NotThreadSafe
public static interface SpeechFoundationModel.Builder
extends SdkPojo, CopyableBuilder<SpeechFoundationModel.Builder,SpeechFoundationModel>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the foundation model used for speech processing.The identifier of the voice to use for speech synthesis with the foundation model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
modelArn
The Amazon Resource Name (ARN) of the foundation model used for speech processing.
- Parameters:
modelArn- The Amazon Resource Name (ARN) of the foundation model used for speech processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceId
The identifier of the voice to use for speech synthesis with the foundation model.
- Parameters:
voiceId- The identifier of the voice to use for speech synthesis with the foundation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-