@Stability(value=Stable) public static final class CfnGraphQLApi.UserPoolConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGraphQLApi.UserPoolConfigProperty>
CfnGraphQLApi.UserPoolConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnGraphQLApi.UserPoolConfigProperty.Builder |
appIdClientRegex(String appIdClientRegex)
Sets the value of
CfnGraphQLApi.UserPoolConfigProperty.getAppIdClientRegex() |
CfnGraphQLApi.UserPoolConfigProperty.Builder |
awsRegion(String awsRegion)
Sets the value of
CfnGraphQLApi.UserPoolConfigProperty.getAwsRegion() |
CfnGraphQLApi.UserPoolConfigProperty |
build()
Builds the configured instance.
|
CfnGraphQLApi.UserPoolConfigProperty.Builder |
defaultAction(String defaultAction)
Sets the value of
CfnGraphQLApi.UserPoolConfigProperty.getDefaultAction() |
CfnGraphQLApi.UserPoolConfigProperty.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnGraphQLApi.UserPoolConfigProperty.getUserPoolId() |
@Stability(value=Stable) public CfnGraphQLApi.UserPoolConfigProperty.Builder appIdClientRegex(String appIdClientRegex)
CfnGraphQLApi.UserPoolConfigProperty.getAppIdClientRegex()
appIdClientRegex
- `CfnGraphQLApi.UserPoolConfigProperty.AppIdClientRegex`.this
@Stability(value=Stable) public CfnGraphQLApi.UserPoolConfigProperty.Builder awsRegion(String awsRegion)
CfnGraphQLApi.UserPoolConfigProperty.getAwsRegion()
awsRegion
- `CfnGraphQLApi.UserPoolConfigProperty.AwsRegion`.this
@Stability(value=Stable) public CfnGraphQLApi.UserPoolConfigProperty.Builder defaultAction(String defaultAction)
CfnGraphQLApi.UserPoolConfigProperty.getDefaultAction()
defaultAction
- `CfnGraphQLApi.UserPoolConfigProperty.DefaultAction`.this
@Stability(value=Stable) public CfnGraphQLApi.UserPoolConfigProperty.Builder userPoolId(String userPoolId)
CfnGraphQLApi.UserPoolConfigProperty.getUserPoolId()
userPoolId
- `CfnGraphQLApi.UserPoolConfigProperty.UserPoolId`.this
@Stability(value=Stable) public CfnGraphQLApi.UserPoolConfigProperty build()
build
in interface software.amazon.jsii.Builder<CfnGraphQLApi.UserPoolConfigProperty>
CfnGraphQLApi.UserPoolConfigProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.