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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first 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 © 2021. All rights reserved.