Interface VoiceSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceSettings.Builder,VoiceSettings>,SdkBuilder<VoiceSettings.Builder,VoiceSettings>,SdkPojo
- Enclosing class:
- VoiceSettings
public static interface VoiceSettings.Builder extends SdkPojo, CopyableBuilder<VoiceSettings.Builder,VoiceSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoiceSettings.Builderengine(String engine)Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.VoiceSettings.Builderengine(VoiceEngine engine)Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user.VoiceSettings.BuildervoiceId(String voiceId)The identifier of the Amazon Polly voice to use.-
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
-
voiceId
VoiceSettings.Builder voiceId(String voiceId)
The identifier of the Amazon Polly voice to use.
- Parameters:
voiceId- The identifier of the Amazon Polly voice to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
VoiceSettings.Builder engine(String engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the
engineparameter of theSynthesizeSpeechoperation in the Amazon Polly developer guide.If you do not specify a value, the default is
standard.- Parameters:
engine- Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see theengineparameter of theSynthesizeSpeechoperation in the Amazon Polly developer guide.If you do not specify a value, the default is
standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceEngine,VoiceEngine
-
engine
VoiceSettings.Builder engine(VoiceEngine engine)
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the
engineparameter of theSynthesizeSpeechoperation in the Amazon Polly developer guide.If you do not specify a value, the default is
standard.- Parameters:
engine- Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see theengineparameter of theSynthesizeSpeechoperation in the Amazon Polly developer guide.If you do not specify a value, the default is
standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VoiceEngine,VoiceEngine
-
-