Interface SingleMeasureMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SingleMeasureMapping.Builder,
,SingleMeasureMapping> SdkBuilder<SingleMeasureMapping.Builder,
,SingleMeasureMapping> SdkPojo
- Enclosing class:
SingleMeasureMapping
@Mutable
@NotThreadSafe
public static interface SingleMeasureMapping.Builder
extends SdkPojo, CopyableBuilder<SingleMeasureMapping.Builder,SingleMeasureMapping>
-
Method Summary
Modifier and TypeMethodDescriptionmeasureName
(String measureName) Target measure name for the measurement attribute in the Timestream table.measureValue
(String measureValue) Dynamic path of the source field to map to the measure in the record.measureValueType
(String measureValueType) Data type of the source field.measureValueType
(MeasureValueType measureValueType) Data type of the source field.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
-
measureValue
Dynamic path of the source field to map to the measure in the record.
- Parameters:
measureValue
- Dynamic path of the source field to map to the measure in the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measureValueType
Data type of the source field.
- Parameters:
measureValueType
- Data type of the source field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureValueType
Data type of the source field.
- Parameters:
measureValueType
- Data type of the source field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureName
Target measure name for the measurement attribute in the Timestream table.
- Parameters:
measureName
- Target measure name for the measurement attribute in the Timestream table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-