public static interface StopRunResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<StopRunResponse.Builder,StopRunResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopRunResponse.Builder |
run(Consumer<Run.Builder> run)
The run that was stopped.
|
StopRunResponse.Builder |
run(Run run)
The run that was stopped.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStopRunResponse.Builder run(Run run)
The run that was stopped.
run - The run that was stopped.default StopRunResponse.Builder run(Consumer<Run.Builder> run)
The run that was stopped.
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.