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