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