public static interface ListUserPoolsRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListUserPoolsRequest.Builder,ListUserPoolsRequest>
Modifier and Type | Method and Description |
---|---|
ListUserPoolsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pools.
|
ListUserPoolsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListUserPoolsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListUserPoolsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListUserPoolsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListUserPoolsRequest.Builder maxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pools.
maxResults
- The maximum number of results you want the request to return when listing the user pools.ListUserPoolsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListUserPoolsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.