| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobDescriptor |
JobDescriptor.clone() |
JobDescriptor |
DescribeJobResult.getJob()
Contains the configuration parameters and status for the job specified in the
Describe Job request. |
JobDescriptor |
JobDescriptor.withConfirmationRequired(Boolean confirmationRequired)
Indicates whether confirmation is required before Amazon S3 begins running the specified job.
|
JobDescriptor |
JobDescriptor.withCreationTime(Date creationTime)
A timestamp indicating when this job was created.
|
JobDescriptor |
JobDescriptor.withDescription(String description)
The description for this job, if one was provided in this job's
Create Job request. |
JobDescriptor |
JobDescriptor.withFailureReasons(Collection<JobFailure> failureReasons)
If the specified job failed, this field contains information describing the failure.
|
JobDescriptor |
JobDescriptor.withFailureReasons(JobFailure... failureReasons)
If the specified job failed, this field contains information describing the failure.
|
JobDescriptor |
JobDescriptor.withJobArn(String jobArn)
The Amazon Resource Name (ARN) for this job.
|
JobDescriptor |
JobDescriptor.withJobId(String jobId)
The ID for the specified job.
|
JobDescriptor |
JobDescriptor.withManifest(JobManifest manifest)
The configuration information for the specified job's manifest object.
|
JobDescriptor |
JobDescriptor.withOperation(JobOperation operation)
The operation that the specified job is configured to run on the objects listed in the manifest.
|
JobDescriptor |
JobDescriptor.withPriority(Integer priority)
The priority of the specified job.
|
JobDescriptor |
JobDescriptor.withProgressSummary(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.
|
JobDescriptor |
JobDescriptor.withReport(JobReport report)
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
JobDescriptor |
JobDescriptor.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for
this job.
|
JobDescriptor |
JobDescriptor.withStatus(JobStatus status)
The current status of the specified job.
|
JobDescriptor |
JobDescriptor.withStatus(String status)
The current status of the specified job.
|
JobDescriptor |
JobDescriptor.withStatusUpdateReason(String statusUpdateReason)
The reason for updating the job.
|
JobDescriptor |
JobDescriptor.withSuspendedCause(String suspendedCause)
The reason why the specified job was suspended.
|
JobDescriptor |
JobDescriptor.withSuspendedDate(Date suspendedDate)
The timestamp when this job was suspended, if it has been suspended.
|
JobDescriptor |
JobDescriptor.withTerminationDate(Date terminationDate)
A timestamp indicating when this job terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobResult.setJob(JobDescriptor job)
Contains the configuration parameters and status for the job specified in the
Describe Job request. |
DescribeJobResult |
DescribeJobResult.withJob(JobDescriptor job)
Contains the configuration parameters and status for the job specified in the
Describe Job request. |
Copyright © 2021. All rights reserved.