public static interface ListIdentityProvidersRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListIdentityProvidersRequest.Builder,ListIdentityProvidersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityProvidersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of identity providers to return.
|
ListIdentityProvidersRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListIdentityProvidersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListIdentityProvidersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListIdentityProvidersRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
buildoverrideConfigurationcopyapplyMutation, buildListIdentityProvidersRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.ListIdentityProvidersRequest.Builder maxResults(Integer maxResults)
The maximum number of identity providers to return.
maxResults - The maximum number of identity providers to return.ListIdentityProvidersRequest.Builder nextToken(String nextToken)
A pagination token.
nextToken - A pagination token.ListIdentityProvidersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListIdentityProvidersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.