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

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

    • locale

      Text.Builder locale(String locale)

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

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

      Text.Builder locale(Locale locale)

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

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

      Text.Builder value(String value)

      The value of the text message.

      Parameters:
      value - The value of the text message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.