Interface IpamResourceTag.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamResourceTag.Builder,IpamResourceTag>,SdkBuilder<IpamResourceTag.Builder,IpamResourceTag>,SdkPojo
- Enclosing class:
- IpamResourceTag
public static interface IpamResourceTag.Builder extends SdkPojo, CopyableBuilder<IpamResourceTag.Builder,IpamResourceTag>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamResourceTag.Builderkey(String key)The key of a tag assigned to the resource.IpamResourceTag.Buildervalue(String value)The value of the tag.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
IpamResourceTag.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.
- 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
IpamResourceTag.Builder value(String value)
The value of the tag.
- Parameters:
value- The value of the tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-