Interface SingleMeasureMapping.Builder

    • 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.
      • 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.