Interface MessageTag.Builder

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

@Mutable @NotThreadSafe public static interface MessageTag.Builder extends SdkPojo, CopyableBuilder<MessageTag.Builder,MessageTag>
  • Method Details

    • name

      The name of the message tag. The message tag name has to meet the following criteria:

      • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).

      • It can contain no more than 256 characters.

      Parameters:
      name - The name of the message tag. The message tag name has to meet the following criteria:

      • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).

      • It can contain no more than 256 characters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      MessageTag.Builder value(String value)

      The value of the message tag. The message tag value has to meet the following criteria:

      • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).

      • It can contain no more than 256 characters.

      Parameters:
      value - The value of the message tag. The message tag value has to meet the following criteria:

      • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).

      • It can contain no more than 256 characters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.