static ProcessingJobSummary.Builder |
ProcessingJobSummary.builder() |
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.creationTime(Instant creationTime) |
The time at which the processing job was created.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.exitMessage(String exitMessage) |
An optional string, up to one KB in size, that contains metadata from the processing container when the
processing job exits.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.failureReason(String failureReason) |
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.lastModifiedTime(Instant lastModifiedTime) |
A timestamp that indicates the last time the processing job was modified.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingEndTime(Instant processingEndTime) |
The time at which the processing job completed.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingJobArn(String processingJobArn) |
The Amazon Resource Name (ARN) of the processing job..
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingJobName(String processingJobName) |
The name of the processing job.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingJobStatus(String processingJobStatus) |
The status of the processing job.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingJobStatus(ProcessingJobStatus processingJobStatus) |
The status of the processing job.
|
ProcessingJobSummary.Builder |
ProcessingJobSummary.toBuilder() |
|