Interface TextMessage.Builder

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

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

    • value

      The value of the message data in text type.

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