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) |
DescribeJobExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeJobExecutionRequest.Builder |
thingName(String thingName)
The thing name associated with the device the job execution is running on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeJobExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.