public static interface ListIndicesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListIndicesRequest.Builder,ListIndicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIndicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListIndicesRequest.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
ListIndicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIndicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIndicesRequest.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional
results.ListIndicesRequest.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.ListIndicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.