Interface ResourceTag.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceTag.Builder,ResourceTag>,SdkBuilder<ResourceTag.Builder,ResourceTag>,SdkPojo
- Enclosing class:
- ResourceTag
public static interface ResourceTag.Builder extends SdkPojo, CopyableBuilder<ResourceTag.Builder,ResourceTag>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceTag.Builderkey(String key)The key that's associated with the tag.ResourceTag.Buildervalue(String value)The value that's associated with 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
ResourceTag.Builder key(String key)
The key that's associated with the tag.
- Parameters:
key- The key that's associated with the tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
ResourceTag.Builder value(String value)
The value that's associated with the tag.
- Parameters:
value- The value that's associated with the tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-