Interface ReadJobResponse.Builder

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

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

    • job

      A section of the response body that provides information about the job.

      Parameters:
      job - A section of the response body that provides information about the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • job

      A section of the response body that provides information about the job.

      This is a convenience method that creates an instance of the Job.Builder avoiding the need to create one manually via Job.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to job(Job).

      Parameters:
      job - a consumer that will call methods on Job.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: