public static interface DimensionValuesWithAttributes.Builder extends CopyableBuilder<DimensionValuesWithAttributes.Builder,DimensionValuesWithAttributes>
| Modifier and Type | Method and Description |
|---|---|
DimensionValuesWithAttributes.Builder |
attributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension. |
DimensionValuesWithAttributes.Builder |
value(String value)
The value of a dimension with a specific attribute.
|
copyapply, buildDimensionValuesWithAttributes.Builder value(String value)
The value of a dimension with a specific attribute.
value - The value of a dimension with a specific attribute.DimensionValuesWithAttributes.Builder attributes(Map<String,String> attributes)
The attribute that applies to a specific Dimension.
attributes - The attribute that applies to a specific Dimension.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.