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