public static interface ListPortalsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListPortalsRequest.Builder,ListPortalsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPortalsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListPortalsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListPortalsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPortalsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPortalsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListPortalsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
Default: 50
maxResults - The maximum number of results to be returned per paginated request.
Default: 50
ListPortalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPortalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.