Interface TimeSeriesDataPointFormInput.Builder

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

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

    • content

      The content of the time series data points form.

      Parameters:
      content - The content of the time series data points form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formName

      The name of the time series data points form.

      Parameters:
      formName - The name of the time series data points form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      The timestamp of the time series data points form.

      Parameters:
      timestamp - The timestamp of the time series data points form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeIdentifier

      TimeSeriesDataPointFormInput.Builder typeIdentifier(String typeIdentifier)

      The ID of the type of the time series data points form.

      Parameters:
      typeIdentifier - The ID of the type of the time series data points form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeRevision

      TimeSeriesDataPointFormInput.Builder typeRevision(String typeRevision)

      The revision type of the time series data points form.

      Parameters:
      typeRevision - The revision type of the time series data points form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.