Interface OnDemandConfiguration.Builder

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

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

    • 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

      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.