Class CfnUserPoolDomainProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolDomainProps>
- Enclosing interface:
CfnUserPoolDomainProps
CfnUserPoolDomainProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.customDomainConfig
(IResolvable customDomainConfig) Sets the value ofCfnUserPoolDomainProps.getCustomDomainConfig()
customDomainConfig
(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) Sets the value ofCfnUserPoolDomainProps.getCustomDomainConfig()
Sets the value ofCfnUserPoolDomainProps.getDomain()
managedLoginVersion
(Number managedLoginVersion) Sets the value ofCfnUserPoolDomainProps.getManagedLoginVersion()
userPoolId
(String userPoolId) Sets the value ofCfnUserPoolDomainProps.getUserPoolId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domain
Sets the value ofCfnUserPoolDomainProps.getDomain()
- Parameters:
domain
- The name of the domain that you want to update. This parameter is required. For custom domains, this is the fully-qualified domain name, for exampleauth.example.com
. For prefix domains, this is the prefix alone, such asmyprefix
.- Returns:
this
-
userPoolId
Sets the value ofCfnUserPoolDomainProps.getUserPoolId()
- Parameters:
userPoolId
- The ID of the user pool that is associated with the domain you're updating. This parameter is required.- Returns:
this
-
customDomainConfig
@Stability(Stable) public CfnUserPoolDomainProps.Builder customDomainConfig(IResolvable customDomainConfig) Sets the value ofCfnUserPoolDomainProps.getCustomDomainConfig()
- Parameters:
customDomainConfig
- The configuration for a custom domain that hosts managed login for your application. In anUpdateUserPoolDomain
request, this parameter specifies an SSL certificate for the managed login hosted webserver. The certificate must be an ACM ARN inus-east-1
.When you create a custom domain, the passkey RP ID defaults to the custom domain. If you had a prefix domain active, this will cause passkey integration for your prefix domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey integration working, you can explicitly set RP ID to the prefix domain.
Update the RP ID in a
API_SetUserPoolMfaConfig
request.- Returns:
this
-
customDomainConfig
@Stability(Stable) public CfnUserPoolDomainProps.Builder customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) Sets the value ofCfnUserPoolDomainProps.getCustomDomainConfig()
- Parameters:
customDomainConfig
- The configuration for a custom domain that hosts managed login for your application. In anUpdateUserPoolDomain
request, this parameter specifies an SSL certificate for the managed login hosted webserver. The certificate must be an ACM ARN inus-east-1
.When you create a custom domain, the passkey RP ID defaults to the custom domain. If you had a prefix domain active, this will cause passkey integration for your prefix domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey integration working, you can explicitly set RP ID to the prefix domain.
Update the RP ID in a
API_SetUserPoolMfaConfig
request.- Returns:
this
-
managedLoginVersion
@Stability(Stable) public CfnUserPoolDomainProps.Builder managedLoginVersion(Number managedLoginVersion) Sets the value ofCfnUserPoolDomainProps.getManagedLoginVersion()
- Parameters:
managedLoginVersion
- A version number that indicates the state of managed login for your domain. Version1
is hosted UI (classic). Version2
is the newer managed login with the branding designer. For more information, see Managed login .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUserPoolDomainProps>
- Returns:
- a new instance of
CfnUserPoolDomainProps
- Throws:
NullPointerException
- if any required attribute was not provided
-