Interface GetJobResponse.Builder

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

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

    • job

      Sets the value of the Job property for this object.
      Parameters:
      job - The new value for the Job property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • job

      Sets the value of the Job property for this object. 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: