public static interface GetPendingJobExecutionsRequest.Builder extends IotJobsDataPlaneRequest.Builder, SdkPojo, CopyableBuilder<GetPendingJobExecutionsRequest.Builder,GetPendingJobExecutionsRequest>
Modifier and Type | Method and Description |
---|---|
GetPendingJobExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetPendingJobExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetPendingJobExecutionsRequest.Builder |
thingName(String thingName)
The name of the thing that is executing the job.
|
build
overrideConfiguration
copy
applyMutation, build
GetPendingJobExecutionsRequest.Builder thingName(String thingName)
The name of the thing that is executing the job.
thingName
- The name of the thing that is executing the job.GetPendingJobExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetPendingJobExecutionsRequest.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.