Interface UpdateJobStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateJobStatusResponse.Builder,UpdateJobStatusResponse>, S3ControlResponse.Builder, SdkBuilder<UpdateJobStatusResponse.Builder,UpdateJobStatusResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateJobStatusResponse

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

    • jobId

      The ID for the job whose status was updated.

      Parameters:
      jobId - The ID for the job whose status was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status for the specified job.

      Parameters:
      status - The current status for the specified job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status for the specified job.

      Parameters:
      status - The current status for the specified job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusUpdateReason

      UpdateJobStatusResponse.Builder statusUpdateReason(String statusUpdateReason)

      The reason that the specified job's status was updated.

      Parameters:
      statusUpdateReason - The reason that the specified job's status was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.