public static interface MessageTag.Builder extends SdkPojo, CopyableBuilder<MessageTag.Builder,MessageTag>
| Modifier and Type | Method and Description |
|---|---|
MessageTag.Builder |
name(String name)
The name of the message tag.
|
MessageTag.Builder |
value(String value)
The value of the message tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMessageTag.Builder name(String 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.
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.
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.
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.
Copyright © 2021. All rights reserved.