public static interface ProcessingJobSummary.Builder extends SdkPojo, CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ProcessingJobSummary.Builder |
creationTime(Instant creationTime)
The time at which the processing job was created.
|
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 |
failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
ProcessingJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates the last time the processing job was modified.
|
ProcessingJobSummary.Builder |
processingEndTime(Instant processingEndTime)
The time at which the processing job completed.
|
ProcessingJobSummary.Builder |
processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job..
|
ProcessingJobSummary.Builder |
processingJobName(String processingJobName)
The name of the processing job.
|
ProcessingJobSummary.Builder |
processingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
ProcessingJobSummary.Builder |
processingJobStatus(String processingJobStatus)
The status of the processing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingJobSummary.Builder processingJobName(String processingJobName)
The name of the processing job.
processingJobName - The name of the processing job.ProcessingJobSummary.Builder processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job..
processingJobArn - The Amazon Resource Name (ARN) of the processing job..ProcessingJobSummary.Builder creationTime(Instant creationTime)
The time at which the processing job was created.
creationTime - The time at which the processing job was created.ProcessingJobSummary.Builder processingEndTime(Instant processingEndTime)
The time at which the processing job completed.
processingEndTime - The time at which the processing job completed.ProcessingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates the last time the processing job was modified.
lastModifiedTime - A timestamp that indicates the last time the processing job was modified.ProcessingJobSummary.Builder processingJobStatus(String processingJobStatus)
The status of the processing job.
processingJobStatus - The status of the processing job.ProcessingJobStatus,
ProcessingJobStatusProcessingJobSummary.Builder processingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
processingJobStatus - The status of the processing job.ProcessingJobStatus,
ProcessingJobStatusProcessingJobSummary.Builder failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.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.
exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when
the processing job exits.Copyright © 2020. All rights reserved.