@Stability(value=Stable) public static final class CfnUserPoolDomainProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolDomainProps>
CfnUserPoolDomainProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolDomainProps |
build()
Builds the configured instance.
|
CfnUserPoolDomainProps.Builder |
customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig)
Sets the value of
CfnUserPoolDomainProps.getCustomDomainConfig() |
CfnUserPoolDomainProps.Builder |
customDomainConfig(IResolvable customDomainConfig)
Sets the value of
CfnUserPoolDomainProps.getCustomDomainConfig() |
CfnUserPoolDomainProps.Builder |
domain(String domain)
Sets the value of
CfnUserPoolDomainProps.getDomain() |
CfnUserPoolDomainProps.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnUserPoolDomainProps.getUserPoolId() |
@Stability(value=Stable) public CfnUserPoolDomainProps.Builder domain(String domain)
CfnUserPoolDomainProps.getDomain()domain - The domain name for the domain that hosts the sign-up and sign-in pages for your application. This parameter is required.
For example: auth.example.com . If you're using a prefix domain, this field denotes the first part of the domain before .auth.[region].amazoncognito.com .
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
this@Stability(value=Stable) public CfnUserPoolDomainProps.Builder userPoolId(String userPoolId)
CfnUserPoolDomainProps.getUserPoolId()userPoolId - The user pool ID for the user pool where you want to associate a user pool domain. This parameter is required.this@Stability(value=Stable) public CfnUserPoolDomainProps.Builder customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig)
CfnUserPoolDomainProps.getCustomDomainConfig()customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
Use this object to specify an SSL certificate that is managed by ACM.this@Stability(value=Stable) public CfnUserPoolDomainProps.Builder customDomainConfig(IResolvable customDomainConfig)
CfnUserPoolDomainProps.getCustomDomainConfig()customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
Use this object to specify an SSL certificate that is managed by ACM.this@Stability(value=Stable) public CfnUserPoolDomainProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolDomainProps>CfnUserPoolDomainPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.