public static interface GetRunResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetRunResponse.Builder,GetRunResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRunResponse.Builder |
run(Consumer<Run.Builder> run)
The run you wish to get results from.
|
GetRunResponse.Builder |
run(Run run)
The run you wish to get results from.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetRunResponse.Builder run(Run run)
The run you wish to get results from.
run - The run you wish to get results from.default GetRunResponse.Builder run(Consumer<Run.Builder> run)
The run you wish to get results from.
This is a convenience that creates an instance of theRun.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).run - a consumer that will call methods on Run.Builderrun(Run)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.