public static interface DescribeJobExecutionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DescribeJobExecutionRequest.Builder,DescribeJobExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobExecutionRequest.Builder |
executionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a
particular device.
|
DescribeJobExecutionRequest.Builder |
jobId(String jobId)
The unique identifier you 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 name of the thing on which the job execution is running.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeJobExecutionRequest.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.DescribeJobExecutionRequest.Builder thingName(String thingName)
The name of the thing on which the job execution is running.
thingName - The name of the thing on which the job execution is running.DescribeJobExecutionRequest.Builder executionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
executionNumber - A string (consisting of the digits "0" through "9" which is used to specify a particular job execution
on a particular device.DescribeJobExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeJobExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.