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. For instance, if you want to show which resources are used by which departments, you might use “Department” as the key portion of the pair, with multiple possible values such as “sales,” “legal,” and “administration.”
key - The initial part of a key-value pair that forms a tag associated with a given resource. For instance,
if you want to show which resources are used by which departments, you might use “Department” as the
key portion of the pair, with multiple possible values such as “sales,” “legal,” and “administration.”Tag.Builder value(String value)
The second part of a key-value pair that forms a tag associated with a given resource. For instance, if you want to show which resources are used by which departments, you might use “Department” as the initial (key) portion of the pair, with a value of “sales” to indicate the sales department.
value - The second part of a key-value pair that forms a tag associated with a given resource. For instance,
if you want to show which resources are used by which departments, you might use “Department” as the
initial (key) portion of the pair, with a value of “sales” to indicate the sales department.Copyright © 2023. All rights reserved.