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 Summary
Modifier and TypeMethodDescriptionapproximateNumberOfObjectsToProcess
(Double approximateNumberOfObjectsToProcess) The approximate number of objects that the job has yet to process during its current run.numberOfRuns
(Double numberOfRuns) The number of times that the job has run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-