public static interface RequestIpamResourceTag.Builder extends SdkPojo, CopyableBuilder<RequestIpamResourceTag.Builder,RequestIpamResourceTag>
| Modifier and Type | Method and Description |
|---|---|
RequestIpamResourceTag.Builder |
key(String key)
The key of a tag assigned to the resource.
|
RequestIpamResourceTag.Builder |
value(String value)
The value for the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestIpamResourceTag.Builder key(String key)
The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a
specific key, regardless of the tag value.RequestIpamResourceTag.Builder value(String value)
The value for the tag.
value - The value for the tag.Copyright © 2023. All rights reserved.