Interface PointInTimeConfiguration.Builder

  • Method Details

    • pointType

      Whether to start from the horizon or a specific timestamp.

      Parameters:
      pointType - Whether to start from the horizon or a specific timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pointType

      Whether to start from the horizon or a specific timestamp.

      Parameters:
      pointType - Whether to start from the horizon or a specific timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startingPoint

      PointInTimeConfiguration.Builder startingPoint(Instant startingPoint)

      Timestamp to start from. Required when PointType is TIMESTAMP.

      Parameters:
      startingPoint - Timestamp to start from. Required when PointType is TIMESTAMP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endPoint

      Timestamp to stop at. Optional.

      Parameters:
      endPoint - Timestamp to stop at. Optional.
      Returns:
      Returns a reference to this object so that method calls can be chained together.