@Generated(value="software.amazon.awssdk:codegen") public final class JobDescriptor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobDescriptor.Builder,JobDescriptor>
A container element for the job configuration and status information returned by a Describe Job request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobDescriptor.Builder |
builder() |
Boolean |
confirmationRequired()
Indicates whether confirmation is required before Amazon S3 begins running the specified job.
|
Instant |
creationTime()
A timestamp indicating when this job was created.
|
String |
description()
The description for this job, if one was provided in this job's
Create Job request. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<JobFailure> |
failureReasons()
If the specified job failed, this field contains information describing the failure.
|
S3GeneratedManifestDescriptor |
generatedManifestDescriptor()
The attribute of the JobDescriptor containing details about the job's generated manifest.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFailureReasons()
For responses, this returns true if the service returned a value for the FailureReasons property.
|
int |
hashCode() |
String |
jobArn()
The Amazon Resource Name (ARN) for this job.
|
String |
jobId()
The ID for the specified job.
|
JobManifest |
manifest()
The configuration information for the specified job's manifest object.
|
JobManifestGenerator |
manifestGenerator()
The manifest generator that was used to generate a job manifest for this job.
|
JobOperation |
operation()
The operation that the specified job is configured to run on the objects listed in the manifest.
|
Integer |
priority()
The priority of the specified job.
|
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.
|
JobReport |
report()
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
String |
roleArn()
The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for
this job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobDescriptor.Builder> |
serializableBuilderClass() |
JobStatus |
status()
The current status of the specified job.
|
String |
statusAsString()
The current status of the specified job.
|
String |
statusUpdateReason()
The reason for updating the job.
|
String |
suspendedCause()
The reason why the specified job was suspended.
|
Instant |
suspendedDate()
The timestamp when this job was suspended, if it has been suspended.
|
Instant |
terminationDate()
A timestamp indicating when this job terminated.
|
JobDescriptor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The ID for the specified job.
public final Boolean confirmationRequired()
Indicates whether confirmation is required before Amazon S3 begins running the specified job. Confirmation is required only for jobs created through the Amazon S3 console.
public final String description()
The description for this job, if one was provided in this job's Create Job request.
Create Job request.public final String jobArn()
The Amazon Resource Name (ARN) for this job.
public final JobStatus status()
The current status of the specified job.
If the service returns an enum value that is not available in the current SDK version, status will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobStatuspublic final String statusAsString()
The current status of the specified job.
If the service returns an enum value that is not available in the current SDK version, status will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
JobStatuspublic final JobManifest manifest()
The configuration information for the specified job's manifest object.
public final JobOperation operation()
The operation that the specified job is configured to run on the objects listed in the manifest.
public final Integer priority()
The priority of the specified job.
public final 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.
public final String statusUpdateReason()
The reason for updating the job.
public final boolean hasFailureReasons()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<JobFailure> failureReasons()
If the specified job failed, this field contains information describing the failure.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFailureReasons() method.
public final JobReport report()
Contains the configuration information for the job-completion report if you requested one in the
Create Job request.
Create Job request.public final Instant creationTime()
A timestamp indicating when this job was created.
public final Instant terminationDate()
A timestamp indicating when this job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.
public final String roleArn()
The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for this job.
public final Instant suspendedDate()
The timestamp when this job was suspended, if it has been suspended.
public final String suspendedCause()
The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3
console. When you create the job, it enters the Suspended state to await confirmation before
running. After you confirm the job, it automatically exits the Suspended state.
Suspended state to await
confirmation before running. After you confirm the job, it automatically exits the Suspended
state.public final JobManifestGenerator manifestGenerator()
The manifest generator that was used to generate a job manifest for this job.
public final S3GeneratedManifestDescriptor generatedManifestDescriptor()
The attribute of the JobDescriptor containing details about the job's generated manifest.
public JobDescriptor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobDescriptor.Builder,JobDescriptor>public static JobDescriptor.Builder builder()
public static Class<? extends JobDescriptor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.