Interface DimensionNameValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DimensionNameValue.Builder,
,DimensionNameValue> SdkBuilder<DimensionNameValue.Builder,
,DimensionNameValue> SdkPojo
- Enclosing class:
DimensionNameValue
public static interface DimensionNameValue.Builder
extends SdkPojo, CopyableBuilder<DimensionNameValue.Builder,DimensionNameValue>
-
Method Summary
Modifier and TypeMethodDescriptiondimensionName
(String dimensionName) The name of the dimension.dimensionValue
(String dimensionValue) The value of the dimension.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 Details
-
dimensionName
The name of the dimension.
- Parameters:
dimensionName
- The name of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionValue
The value of the dimension.
- Parameters:
dimensionValue
- The value of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-