Interface ListUserPoolClientsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>,SdkBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListUserPoolClientsRequest
public static interface ListUserPoolClientsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<ListUserPoolClientsRequest.Builder,ListUserPoolClientsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUserPoolClientsRequest.BuildermaxResults(Integer maxResults)The maximum number of results you want the request to return when listing the user pool clients.ListUserPoolClientsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserPoolClientsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUserPoolClientsRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool where you want to list user pool clients.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userPoolId
ListUserPoolClientsRequest.Builder userPoolId(String userPoolId)
The ID of the user pool where you want to list user pool clients.
- Parameters:
userPoolId- The ID of the user pool where you want to list user pool clients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListUserPoolClientsRequest.Builder maxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pool clients.
- Parameters:
maxResults- The maximum number of results you want the request to return when listing the user pool clients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUserPoolClientsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListUserPoolClientsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-