Interface OnDemandConfiguration.Builder

    • Method Detail

      • startTime

        OnDemandConfiguration.Builder startTime​(String startTime)

        The start time for data pull from the source as an Unix/epoch string in milliseconds

        Parameters:
        startTime - The start time for data pull from the source as an Unix/epoch string in milliseconds
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        OnDemandConfiguration.Builder endTime​(String endTime)

        The end time for data pull from the source as an Unix/epoch string in milliseconds

        Parameters:
        endTime - The end time for data pull from the source as an Unix/epoch string in milliseconds
        Returns:
        Returns a reference to this object so that method calls can be chained together.