public static interface ListJobExecutionsForThingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForThingRequest.Builder,ListJobExecutionsForThingRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListJobExecutionsForThingRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListJobExecutionsForThingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListJobExecutionsForThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListJobExecutionsForThingRequest.Builder |
status(JobExecutionStatus status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobExecutionsForThingRequest.Builder |
status(String status)
An optional filter that lets you search for jobs that have the specified status.
|
ListJobExecutionsForThingRequest.Builder |
thingName(String thingName)
The thing name.
|
buildoverrideConfigurationcopyapplyMutation, buildListJobExecutionsForThingRequest.Builder thingName(String thingName)
The thing name.
thingName - The thing name.ListJobExecutionsForThingRequest.Builder status(String status)
An optional filter that lets you search for jobs that have the specified status.
status - An optional filter that lets you search for jobs that have the specified status.JobExecutionStatus,
JobExecutionStatusListJobExecutionsForThingRequest.Builder status(JobExecutionStatus status)
An optional filter that lets you search for jobs that have the specified status.
status - An optional filter that lets you search for jobs that have the specified status.JobExecutionStatus,
JobExecutionStatusListJobExecutionsForThingRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.ListJobExecutionsForThingRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListJobExecutionsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListJobExecutionsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.