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) |
ListJobExecutionsForThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListJobExecutionsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.