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 Details

    • 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

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