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