public static interface DescribeJobExecutionRequest.Builder extends IotJobsDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<DescribeJobExecutionRequest.Builder,DescribeJobExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobExecutionRequest.Builder |
executionNumber(Long executionNumber)
Optional.
|
DescribeJobExecutionRequest.Builder |
includeJobDocument(Boolean includeJobDocument)
Optional.
|
DescribeJobExecutionRequest.Builder |
jobId(String jobId)
The unique identifier assigned to this job when it was created.
|
DescribeJobExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeJobExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeJobExecutionRequest.Builder |
thingName(String thingName)
The thing name associated with the device the job execution is running on.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeJobExecutionRequest.Builder jobId(String jobId)
The unique identifier assigned to this job when it was created.
jobId - The unique identifier assigned to this job when it was created.DescribeJobExecutionRequest.Builder thingName(String thingName)
The thing name associated with the device the job execution is running on.
thingName - The thing name associated with the device the job execution is running on.DescribeJobExecutionRequest.Builder includeJobDocument(Boolean includeJobDocument)
Optional. When set to true, the response contains the job document. The default is false.
includeJobDocument - Optional. When set to true, the response contains the job document. The default is false.DescribeJobExecutionRequest.Builder executionNumber(Long executionNumber)
Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
executionNumber - Optional. A number that identifies a particular job execution on a particular device. If not
specified, the latest job execution is returned.DescribeJobExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeJobExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.