public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
key(String key)
The name part of a tag.
|
Tag.Builder |
value(String value)
The value part of a tag.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Tag.Builder key(String key)
The name part of a tag.
key
- The name part of a tag.Tag.Builder value(String value)
The value part of a tag.
value
- The value part of a tag.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.