Class CfnUserPoolDomain.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.CfnUserPoolDomain.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolDomain>
- Enclosing class:
CfnUserPoolDomain
@Stability(Stable)
public static final class CfnUserPoolDomain.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolDomain>
A fluent builder for
CfnUserPoolDomain.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnUserPoolDomain.BuildercustomDomainConfig(IResolvable customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.userPoolId(String userPoolId) The ID of the user pool that is associated with the custom domain whose certificate you're updating.
-
Method Details
-
create
@Stability(Stable) public static CfnUserPoolDomain.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnUserPoolDomain.Builder.
-
domain
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.One example might be
auth.example.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.
- Parameters:
domain- The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. This parameter is required.- Returns:
this- See Also:
-
userPoolId
The ID of the user pool that is associated with the custom domain whose certificate you're updating.- Parameters:
userPoolId- The ID of the user pool that is associated with the custom domain whose certificate you're updating. This parameter is required.- Returns:
this- See Also:
-
customDomainConfig
@Stability(Stable) public CfnUserPoolDomain.Builder customDomainConfig(IResolvable 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.
- Parameters:
customDomainConfig- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. This parameter is required.- Returns:
this- See Also:
-
customDomainConfig
@Stability(Stable) public CfnUserPoolDomain.Builder customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty 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.
- Parameters:
customDomainConfig- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolDomain>- Returns:
- a newly built instance of
CfnUserPoolDomain.
-