public static interface ListThingRegistrationTasksRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTasksRequest.Builder,ListThingRegistrationTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingRegistrationTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingRegistrationTasksRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingRegistrationTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingRegistrationTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListThingRegistrationTasksRequest.Builder |
status(Status status)
The status of the bulk thing provisioning task.
|
ListThingRegistrationTasksRequest.Builder |
status(String status)
The status of the bulk thing provisioning task.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingRegistrationTasksRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingRegistrationTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListThingRegistrationTasksRequest.Builder status(String status)
The status of the bulk thing provisioning task.
ListThingRegistrationTasksRequest.Builder status(Status status)
The status of the bulk thing provisioning task.
ListThingRegistrationTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingRegistrationTasksRequest.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.