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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DimensionNameValue.BuilderdimensionName(String dimensionName)The name of the dimension.DimensionNameValue.BuilderdimensionValue(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 Detail
-
dimensionName
DimensionNameValue.Builder dimensionName(String 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
DimensionNameValue.Builder dimensionValue(String 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.
-
-