Interface SingleMeasureMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SingleMeasureMapping.Builder,SingleMeasureMapping>,SdkBuilder<SingleMeasureMapping.Builder,SingleMeasureMapping>,SdkPojo
- Enclosing class:
- SingleMeasureMapping
public static interface SingleMeasureMapping.Builder extends SdkPojo, CopyableBuilder<SingleMeasureMapping.Builder,SingleMeasureMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingleMeasureMapping.BuildermeasureName(String measureName)Target measure name for the measurement attribute in the Timestream table.SingleMeasureMapping.BuildermeasureValue(String measureValue)Dynamic path of the source field to map to the measure in the record.SingleMeasureMapping.BuildermeasureValueType(String measureValueType)Data type of the source field.SingleMeasureMapping.BuildermeasureValueType(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, sdkFields
-
-
-
-
Method Detail
-
measureValue
SingleMeasureMapping.Builder measureValue(String 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
SingleMeasureMapping.Builder measureValueType(String 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,MeasureValueType
-
measureValueType
SingleMeasureMapping.Builder measureValueType(MeasureValueType 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,MeasureValueType
-
measureName
SingleMeasureMapping.Builder measureName(String 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.
-
-