public static interface ScheduleRunResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<ScheduleRunResponse.Builder,ScheduleRunResponse>
| Modifier and Type | Method and Description |
|---|---|
default ScheduleRunResponse.Builder |
run(Consumer<Run.Builder> run)
Information about the scheduled run.
|
ScheduleRunResponse.Builder |
run(Run run)
Information about the scheduled run.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildScheduleRunResponse.Builder run(Run run)
Information about the scheduled run.
run - Information about the scheduled run.default ScheduleRunResponse.Builder run(Consumer<Run.Builder> run)
Information about the scheduled run.
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.