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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.Builder
ListThingRegistrationTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.