public static interface UserPoolConfig.Builder extends SdkPojo, 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.