All Superinterfaces:
Buildable, CopyableBuilder<Ssml.Builder,Ssml>, SdkBuilder<Ssml.Builder,Ssml>, SdkPojo
Enclosing class:
Ssml

public static interface Ssml.Builder extends SdkPojo, CopyableBuilder<Ssml.Builder,Ssml>
  • Method Details

    • locale

      Ssml.Builder locale(String locale)

      The locale of the SSML message. Currently, en-US is supported.

      Parameters:
      locale - The locale of the SSML message. Currently, en-US is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • locale

      Ssml.Builder locale(Locale locale)

      The locale of the SSML message. Currently, en-US is supported.

      Parameters:
      locale - The locale of the SSML message. Currently, en-US is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Ssml.Builder value(String value)

      The value of the SSML message in the correct SSML format. The audio tag is not supported.

      Parameters:
      value - The value of the SSML message in the correct SSML format. The audio tag is not supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.