CopyableBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>
, SdkBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>
public static interface ListUserPoolClientsRequest.Builder extends CopyableBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListUserPoolClientsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results you want the request to return when listing the user pool clients.
|
ListUserPoolClientsRequest.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.
|
ListUserPoolClientsRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool where you want to list user pool clients.
|
copy
apply, build
ListUserPoolClientsRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool clients.
userPoolId
- The user pool ID for the user pool where you want to list user pool clients.ListUserPoolClientsRequest.Builder maxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pool clients.
maxResults
- The maximum number of results you want the request to return when listing the user pool clients.ListUserPoolClientsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.