public static interface ListUserPoolClientsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListUserPoolClientsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListUserPoolClientsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.