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)
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 name of the thing on which the job execution is running.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeJobExecutionRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeJobExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.