public static interface DescribeJobExecutionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobExecutionResponse.Builder,DescribeJobExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeJobExecutionResponse.Builder |
execution(Consumer<JobExecution.Builder> execution)
Information about the job execution.
|
DescribeJobExecutionResponse.Builder |
execution(JobExecution execution)
Information about the job execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeJobExecutionResponse.Builder execution(JobExecution execution)
Information about the job execution.
execution - Information about the job execution.default DescribeJobExecutionResponse.Builder execution(Consumer<JobExecution.Builder> execution)
Information about the 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.