Interface MeasureValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MeasureValue.Builder,MeasureValue>, SdkBuilder<MeasureValue.Builder,MeasureValue>, SdkPojo
Enclosing class:
MeasureValue

public static interface MeasureValue.Builder extends SdkPojo, CopyableBuilder<MeasureValue.Builder,MeasureValue>
  • Method Details

    • name

      The name of the MeasureValue.

      For constraints on MeasureValue names, see Naming Constraints in the Amazon Timestream Developer Guide.

      Parameters:
      name - The name of the MeasureValue.

      For constraints on MeasureValue names, see Naming Constraints in the Amazon Timestream Developer Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value for the MeasureValue. For information, see Data types.

      Parameters:
      value - The value for the MeasureValue. For information, see Data types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Contains the data type of the MeasureValue for the time-series data point.

      Parameters:
      type - Contains the data type of the MeasureValue for the time-series data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Contains the data type of the MeasureValue for the time-series data point.

      Parameters:
      type - Contains the data type of the MeasureValue for the time-series data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: