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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeJobExecutionRequest.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.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.