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