public static interface StartNextPendingJobExecutionResponse.Builder extends IotJobsDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<StartNextPendingJobExecutionResponse.Builder,StartNextPendingJobExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartNextPendingJobExecutionResponse.Builder |
execution(Consumer<JobExecution.Builder> execution)
A JobExecution object.
|
StartNextPendingJobExecutionResponse.Builder |
execution(JobExecution execution)
A JobExecution object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNextPendingJobExecutionResponse.Builder execution(JobExecution execution)
A JobExecution object.
execution - A JobExecution object.default StartNextPendingJobExecutionResponse.Builder execution(Consumer<JobExecution.Builder> execution)
A JobExecution object.
This is a convenience method that creates an instance of theJobExecution.Builder avoiding the need
to create one manually via JobExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to execution(JobExecution).
execution - a consumer that will call methods on JobExecution.Builderexecution(JobExecution)Copyright © 2023. All rights reserved.