public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
| Modifier and Type | Method and Description |
|---|---|
Dimension.Builder |
dimensionValueType(DimensionValueType dimensionValueType)
The data type of the dimension for the time series data point.
|
Dimension.Builder |
dimensionValueType(String dimensionValueType)
The data type of the dimension for the time series data point.
|
Dimension.Builder |
name(String name)
Dimension represents the meta data attributes of the time series.
|
Dimension.Builder |
value(String value)
The value of the dimension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDimension.Builder name(String name)
Dimension represents the meta data attributes of the time series. For example, the name and availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
For constraints on Dimension names, see Naming Constraints.
name - Dimension represents the meta data attributes of the time series. For example, the name and
availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
For constraints on Dimension names, see Naming Constraints.
Dimension.Builder value(String value)
The value of the dimension.
value - The value of the dimension.Dimension.Builder dimensionValueType(String dimensionValueType)
The data type of the dimension for the time series data point.
dimensionValueType - The data type of the dimension for the time series data point.DimensionValueType,
DimensionValueTypeDimension.Builder dimensionValueType(DimensionValueType dimensionValueType)
The data type of the dimension for the time series data point.
dimensionValueType - The data type of the dimension for the time series data point.DimensionValueType,
DimensionValueTypeCopyright © 2022. All rights reserved.