Interface GetRunResponse.Builder

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

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

    • run

      The run to get results from.

      Parameters:
      run - The run to get results from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • run

      The run to get results from.

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

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

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