public static interface StopJobResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<StopJobResponse.Builder,StopJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopJobResponse.Builder |
job(Consumer<Job.Builder> job)
The job that was stopped.
|
StopJobResponse.Builder |
job(Job job)
The job that was stopped.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStopJobResponse.Builder job(Job job)
The job that was stopped.
job - The job that was stopped.default StopJobResponse.Builder job(Consumer<Job.Builder> job)
The job that was stopped.
This is a convenience that creates an instance of theJob.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).job - a consumer that will call methods on Job.Builderjob(Job)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.