| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static JobListDescriptor.Builder |
JobListDescriptor.builder() |
JobListDescriptor.Builder |
JobListDescriptor.Builder.creationTime(Instant creationTime)
A timestamp indicating when the specified job was created.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.description(String description)
The user-specified description that was included in the specified job's
Create Job request. |
JobListDescriptor.Builder |
JobListDescriptor.Builder.jobId(String jobId)
The ID for the specified job.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.operation(OperationName operation)
The operation that the specified job is configured to run on every object listed in the manifest.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.operation(String operation)
The operation that the specified job is configured to run on every object listed in the manifest.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.priority(Integer priority)
The current priority for the specified job.
|
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.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.progressSummary(JobProgressSummary 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.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.status(JobStatus status)
The specified job's current status.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.status(String status)
The specified job's current status.
|
JobListDescriptor.Builder |
JobListDescriptor.Builder.terminationDate(Instant terminationDate)
A timestamp indicating when the specified job terminated.
|
JobListDescriptor.Builder |
JobListDescriptor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobListDescriptor.Builder> |
JobListDescriptor.serializableBuilderClass() |
Copyright © 2023. All rights reserved.