Interface ProcessingJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>, SdkBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>, SdkPojo
Enclosing class:
ProcessingJobSummary

public static interface ProcessingJobSummary.Builder extends SdkPojo, CopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
  • Method Details

    • processingJobName

      ProcessingJobSummary.Builder processingJobName(String processingJobName)

      The 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.
    • processingJobArn

      ProcessingJobSummary.Builder processingJobArn(String processingJobArn)

      The 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.
    • creationTime

      ProcessingJobSummary.Builder creationTime(Instant creationTime)

      The 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.
    • processingEndTime

      ProcessingJobSummary.Builder processingEndTime(Instant processingEndTime)

      The 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.
    • lastModifiedTime

      ProcessingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      A 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.
    • processingJobStatus

      ProcessingJobSummary.Builder processingJobStatus(String processingJobStatus)

      The 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:
    • processingJobStatus

      ProcessingJobSummary.Builder processingJobStatus(ProcessingJobStatus processingJobStatus)

      The 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:
    • failureReason

      ProcessingJobSummary.Builder failureReason(String failureReason)

      A 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.
    • exitMessage

      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.

      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.