public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
A string that you can use to assign a value.
|
Tag.Builder |
value(String value)
The value for the specified tag key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
key - A string that you can use to assign a value. The combination of tag keys and values can help you
organize and categorize your resources.Tag.Builder value(String value)
The value for the specified tag key.
value - The value for the specified tag key.Copyright © 2020. All rights reserved.