public static interface Tag.Builder extends SdkPojo, CopyableBuilder<Tag.Builder,Tag>
| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
key(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
|
Tag.Builder |
value(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTag.Builder key(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
key - The initial part of a key-value pair that forms a tag associated with a given resource.Tag.Builder value(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
value - The second part of a key-value pair that forms a tag associated with a given resource.Copyright © 2023. All rights reserved.