public static interface ListUserPoolClientsRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListUserPoolClientsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListUserPoolClientsRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool clients.
|
build
requestOverrideConfig
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.ListUserPoolClientsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListUserPoolClientsRequest.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.