| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static JobProgressSummary.Builder |
JobProgressSummary.builder() |
JobProgressSummary.Builder |
JobProgressSummary.Builder.numberOfTasksFailed(Long numberOfTasksFailed)
|
JobProgressSummary.Builder |
JobProgressSummary.Builder.numberOfTasksSucceeded(Long numberOfTasksSucceeded)
|
JobProgressSummary.Builder |
JobProgressSummary.toBuilder() |
JobProgressSummary.Builder |
JobProgressSummary.Builder.totalNumberOfTasks(Long totalNumberOfTasks)
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobProgressSummary.Builder> |
JobProgressSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobDescriptor.Builder |
JobDescriptor.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.Builder |
JobListDescriptor.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.
|
Copyright © 2021. All rights reserved.