@Stability(value=Stable) public static final class CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGraphQLApi.CognitoUserPoolConfigProperty>
CfnGraphQLApi.CognitoUserPoolConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder |
appIdClientRegex(String appIdClientRegex)
Sets the value of
CfnGraphQLApi.CognitoUserPoolConfigProperty.getAppIdClientRegex() |
CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder |
awsRegion(String awsRegion)
Sets the value of
CfnGraphQLApi.CognitoUserPoolConfigProperty.getAwsRegion() |
CfnGraphQLApi.CognitoUserPoolConfigProperty |
build()
Builds the configured instance.
|
CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnGraphQLApi.CognitoUserPoolConfigProperty.getUserPoolId() |
@Stability(value=Stable) public CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder appIdClientRegex(String appIdClientRegex)
CfnGraphQLApi.CognitoUserPoolConfigProperty.getAppIdClientRegex()appIdClientRegex - A regular expression for validating the incoming Amazon Cognito user pool app client ID.this@Stability(value=Stable) public CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder awsRegion(String awsRegion)
CfnGraphQLApi.CognitoUserPoolConfigProperty.getAwsRegion()awsRegion - The AWS Region in which the user pool was created.this@Stability(value=Stable) public CfnGraphQLApi.CognitoUserPoolConfigProperty.Builder userPoolId(String userPoolId)
CfnGraphQLApi.CognitoUserPoolConfigProperty.getUserPoolId()userPoolId - The user pool ID.this@Stability(value=Stable) public CfnGraphQLApi.CognitoUserPoolConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnGraphQLApi.CognitoUserPoolConfigProperty>CfnGraphQLApi.CognitoUserPoolConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.