@Stability(value=Stable) public static final class UserPoolDomainProps.Builder extends Object implements software.amazon.jsii.Builder<UserPoolDomainProps>
UserPoolDomainProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainProps |
build()
Builds the configured instance.
|
UserPoolDomainProps.Builder |
cognitoDomain(CognitoDomainOptions cognitoDomain)
Sets the value of
UserPoolDomainOptions.getCognitoDomain() |
UserPoolDomainProps.Builder |
customDomain(CustomDomainOptions customDomain)
Sets the value of
UserPoolDomainOptions.getCustomDomain() |
UserPoolDomainProps.Builder |
userPool(IUserPool userPool)
Sets the value of
UserPoolDomainProps.getUserPool() |
@Stability(value=Stable) public UserPoolDomainProps.Builder userPool(IUserPool userPool)
UserPoolDomainProps.getUserPool()userPool - The user pool to which this domain should be associated. This parameter is required.this@Stability(value=Stable) public UserPoolDomainProps.Builder cognitoDomain(CognitoDomainOptions cognitoDomain)
UserPoolDomainOptions.getCognitoDomain()cognitoDomain - Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.this@Stability(value=Stable) public UserPoolDomainProps.Builder customDomain(CustomDomainOptions customDomain)
UserPoolDomainOptions.getCustomDomain()customDomain - Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.this@Stability(value=Stable) public UserPoolDomainProps build()
build in interface software.amazon.jsii.Builder<UserPoolDomainProps>UserPoolDomainPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.