public static interface DescribeJobExecutionResponse.Builder extends IotJobsDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobExecutionResponse.Builder,DescribeJobExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeJobExecutionResponse.Builder |
execution(Consumer<JobExecution.Builder> execution)
Contains data about a job execution.
|
DescribeJobExecutionResponse.Builder |
execution(JobExecution execution)
Contains data about a job execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeJobExecutionResponse.Builder execution(JobExecution execution)
Contains data about a job execution.
execution - Contains data about a job execution.default DescribeJobExecutionResponse.Builder execution(Consumer<JobExecution.Builder> execution)
Contains data about a job execution.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.