Uses of Interface
software.amazon.awssdk.services.s3control.model.JobProgressSummary.Builder
-
Packages that use JobProgressSummary.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobProgressSummary.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobProgressSummary.Builder Modifier and Type Method Description static JobProgressSummary.BuilderJobProgressSummary. builder()JobProgressSummary.BuilderJobProgressSummary.Builder. numberOfTasksFailed(Long numberOfTasksFailed)JobProgressSummary.BuilderJobProgressSummary.Builder. numberOfTasksSucceeded(Long numberOfTasksSucceeded)default JobProgressSummary.BuilderJobProgressSummary.Builder. timers(Consumer<JobTimers.Builder> timers)The JobTimers attribute of a job's progress summary.JobProgressSummary.BuilderJobProgressSummary.Builder. timers(JobTimers timers)The JobTimers attribute of a job's progress summary.JobProgressSummary.BuilderJobProgressSummary. toBuilder()JobProgressSummary.BuilderJobProgressSummary.Builder. totalNumberOfTasks(Long totalNumberOfTasks)Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobProgressSummary.Builder Modifier and Type Method Description static Class<? extends JobProgressSummary.Builder>JobProgressSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobProgressSummary.Builder Modifier and Type Method Description default JobDescriptor.BuilderJobDescriptor.Builder. progressSummary(Consumer<JobProgressSummary.Builder> progressSummary)Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.default JobListDescriptor.BuilderJobListDescriptor.Builder. progressSummary(Consumer<JobProgressSummary.Builder> progressSummary)Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.
-