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
Modifier and TypeMethodDescriptionThe tag key.The tag value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The tag value.
- Parameters:
value- The tag value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-