Interface ProcessingJobSummary.Builder

    • Method Detail

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