Interface DimensionValuesWithAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DimensionValuesWithAttributes.Builder,DimensionValuesWithAttributes>,SdkBuilder<DimensionValuesWithAttributes.Builder,DimensionValuesWithAttributes>,SdkPojo
- Enclosing class:
- DimensionValuesWithAttributes
public static interface DimensionValuesWithAttributes.Builder extends SdkPojo, CopyableBuilder<DimensionValuesWithAttributes.Builder,DimensionValuesWithAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DimensionValuesWithAttributes.Builderattributes(Map<String,String> attributes)The attribute that applies to a specificDimension.DimensionValuesWithAttributes.Buildervalue(String value)The value of a dimension with a specific attribute.-
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
-
value
DimensionValuesWithAttributes.Builder value(String value)
The value of a dimension with a specific attribute.
- Parameters:
value- The value of a dimension with a specific attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DimensionValuesWithAttributes.Builder attributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension.- Parameters:
attributes- The attribute that applies to a specificDimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-