Interface DimensionMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DimensionMapping.Builder,DimensionMapping>,SdkBuilder<DimensionMapping.Builder,DimensionMapping>,SdkPojo
- Enclosing class:
- DimensionMapping
public static interface DimensionMapping.Builder extends SdkPojo, CopyableBuilder<DimensionMapping.Builder,DimensionMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DimensionMapping.BuilderdimensionName(String dimensionName)The metadata attributes of the time series.DimensionMapping.BuilderdimensionValue(String dimensionValue)Dynamic path to the dimension value in the source event.DimensionMapping.BuilderdimensionValueType(String dimensionValueType)The data type of the dimension for the time-series data.DimensionMapping.BuilderdimensionValueType(DimensionValueType dimensionValueType)The data type of the dimension for the time-series data.-
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
-
dimensionValue
DimensionMapping.Builder dimensionValue(String dimensionValue)
Dynamic path to the dimension value in the source event.
- Parameters:
dimensionValue- Dynamic path to the dimension value in the source event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensionValueType
DimensionMapping.Builder dimensionValueType(String dimensionValueType)
The data type of the dimension for the time-series data.
- Parameters:
dimensionValueType- The data type of the dimension for the time-series data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DimensionValueType,DimensionValueType
-
dimensionValueType
DimensionMapping.Builder dimensionValueType(DimensionValueType dimensionValueType)
The data type of the dimension for the time-series data.
- Parameters:
dimensionValueType- The data type of the dimension for the time-series data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DimensionValueType,DimensionValueType
-
dimensionName
DimensionMapping.Builder dimensionName(String dimensionName)
The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
- Parameters:
dimensionName- The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-