Interface Statistics.Builder

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

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

    • approximateNumberOfObjectsToProcess

      Statistics.Builder approximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)

      The approximate number of objects that the job has yet to process during its current run.

      Parameters:
      approximateNumberOfObjectsToProcess - The approximate number of objects that the job has yet to process during its current run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfRuns

      Statistics.Builder numberOfRuns(Double numberOfRuns)

      The number of times that the job has run.

      Parameters:
      numberOfRuns - The number of times that the job has run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.