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 tag.
|
MessageTag.Builder |
value(String value)
The value of the tag.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MessageTag.Builder name(String name)
The name of the tag. The name must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
name
- The name of the tag. The name must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
MessageTag.Builder value(String value)
The value of the tag. The value must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
value
- The value of the tag. The value must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.