CopyableBuilder<ListUserPoolsRequest.Builder,ListUserPoolsRequest>
, SdkBuilder<ListUserPoolsRequest.Builder,ListUserPoolsRequest>
public static interface ListUserPoolsRequest.Builder extends CopyableBuilder<ListUserPoolsRequest.Builder,ListUserPoolsRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.