public static interface UserPoolConfig.Builder extends CopyableBuilder<UserPoolConfig.Builder,UserPoolConfig>
Modifier and Type | Method and Description |
---|---|
UserPoolConfig.Builder |
appIdClientRegex(String appIdClientRegex)
A regular expression for validating the incoming Amazon Cognito User Pool app client ID.
|
UserPoolConfig.Builder |
awsRegion(String awsRegion)
The AWS region in which the user pool was created.
|
UserPoolConfig.Builder |
defaultAction(DefaultAction defaultAction)
The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool
authentication doesn't match the Amazon Cognito User Pool configuration.
|
UserPoolConfig.Builder |
defaultAction(String defaultAction)
The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool
authentication doesn't match the Amazon Cognito User Pool configuration.
|
UserPoolConfig.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
copy
applyMutation, build
UserPoolConfig.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.UserPoolConfig.Builder awsRegion(String awsRegion)
The AWS region in which the user pool was created.
awsRegion
- The AWS region in which the user pool was created.UserPoolConfig.Builder defaultAction(String defaultAction)
The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration.
defaultAction
- The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool
authentication doesn't match the Amazon Cognito User Pool configuration.DefaultAction
,
DefaultAction
UserPoolConfig.Builder defaultAction(DefaultAction defaultAction)
The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration.
defaultAction
- The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool
authentication doesn't match the Amazon Cognito User Pool configuration.DefaultAction
,
DefaultAction
UserPoolConfig.Builder appIdClientRegex(String appIdClientRegex)
A regular expression for validating the incoming Amazon Cognito User Pool app client ID.
appIdClientRegex
- A regular expression for validating the incoming Amazon Cognito User Pool app client ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.