Interface DimensionMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DimensionMapping.Builder,
,DimensionMapping> SdkBuilder<DimensionMapping.Builder,
,DimensionMapping> SdkPojo
- Enclosing class:
DimensionMapping
@Mutable
@NotThreadSafe
public static interface DimensionMapping.Builder
extends SdkPojo, CopyableBuilder<DimensionMapping.Builder,DimensionMapping>
-
Method Summary
Modifier and TypeMethodDescriptiondimensionName
(String dimensionName) The metadata attributes of the time series.dimensionValue
(String dimensionValue) Dynamic path to the dimension value in the source event.dimensionValueType
(String dimensionValueType) The data type of the dimension for the time-series data.dimensionValueType
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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.
-