Uses of Interface
software.amazon.awssdk.services.pipes.model.SingleMeasureMapping.Builder
-
Packages that use SingleMeasureMapping.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SingleMeasureMapping.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return SingleMeasureMapping.Builder Modifier and Type Method Description static SingleMeasureMapping.BuilderSingleMeasureMapping. builder()SingleMeasureMapping.BuilderSingleMeasureMapping.Builder. measureName(String measureName)Target measure name for the measurement attribute in the Timestream table.SingleMeasureMapping.BuilderSingleMeasureMapping.Builder. measureValue(String measureValue)Dynamic path of the source field to map to the measure in the record.SingleMeasureMapping.BuilderSingleMeasureMapping.Builder. measureValueType(String measureValueType)Data type of the source field.SingleMeasureMapping.BuilderSingleMeasureMapping.Builder. measureValueType(MeasureValueType measureValueType)Data type of the source field.SingleMeasureMapping.BuilderSingleMeasureMapping. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type SingleMeasureMapping.Builder Modifier and Type Method Description static Class<? extends SingleMeasureMapping.Builder>SingleMeasureMapping. serializableBuilderClass()
-