Interface ProcessingJobSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProcessingJobSummary.Builder,,- ProcessingJobSummary> - SdkBuilder<ProcessingJobSummary.Builder,,- ProcessingJobSummary> - SdkPojo
- Enclosing class:
- ProcessingJobSummary
@Mutable
@NotThreadSafe
public static interface ProcessingJobSummary.Builder
extends SdkPojo, CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time at which the processing job was created.exitMessage(String exitMessage) An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.failureReason(String failureReason) A string, up to one KB in size, that contains the reason a processing job failed, if it failed.lastModifiedTime(Instant lastModifiedTime) A timestamp that indicates the last time the processing job was modified.processingEndTime(Instant processingEndTime) The time at which the processing job completed.processingJobArn(String processingJobArn) The Amazon Resource Name (ARN) of the processing job..processingJobName(String processingJobName) The name of the processing job.processingJobStatus(String processingJobStatus) The status of the processing job.processingJobStatus(ProcessingJobStatus processingJobStatus) The status of the processing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
processingJobNameThe name of the processing job. - Parameters:
- processingJobName- The name of the processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobArnThe Amazon Resource Name (ARN) of the processing job.. - Parameters:
- processingJobArn- The Amazon Resource Name (ARN) of the processing job..
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe time at which the processing job was created. - Parameters:
- creationTime- The time at which the processing job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingEndTimeThe time at which the processing job completed. - Parameters:
- processingEndTime- The time at which the processing job completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeA timestamp that indicates the last time the processing job was modified. - Parameters:
- lastModifiedTime- A timestamp that indicates the last time the processing job was modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobStatusThe status of the processing job. - Parameters:
- processingJobStatus- The status of the processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
processingJobStatusThe status of the processing job. - Parameters:
- processingJobStatus- The status of the processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureReasonA string, up to one KB in size, that contains the reason a processing job failed, if it failed. - Parameters:
- failureReason- A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exitMessageAn optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits. - Parameters:
- exitMessage- An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-