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 Details

    • 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 engine parameter of the SynthesizeSpeech operation 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 the engine parameter of the SynthesizeSpeech operation 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:
    • engine

      Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation 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 the engine parameter of the SynthesizeSpeech operation 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: