Interface RequestIpamResourceTag.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RequestIpamResourceTag.Builder,,RequestIpamResourceTag> SdkBuilder<RequestIpamResourceTag.Builder,,RequestIpamResourceTag> SdkPojo
- Enclosing class:
- RequestIpamResourceTag
@Mutable
@NotThreadSafe
public static interface RequestIpamResourceTag.Builder
extends SdkPojo, CopyableBuilder<RequestIpamResourceTag.Builder,RequestIpamResourceTag>
-
Method Summary
Modifier and TypeMethodDescriptionThe key of a tag assigned to the resource.The value for the tag.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value for the tag.
- Parameters:
value- The value for the tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-