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