@Stability(value=Stable) public static final class UserPoolDomainOptions.Builder extends Object implements software.amazon.jsii.Builder<UserPoolDomainOptions>
UserPoolDomainOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainOptions |
build()
Builds the configured instance.
|
UserPoolDomainOptions.Builder |
cognitoDomain(CognitoDomainOptions cognitoDomain)
Sets the value of
UserPoolDomainOptions.getCognitoDomain() |
UserPoolDomainOptions.Builder |
customDomain(CustomDomainOptions customDomain)
Sets the value of
UserPoolDomainOptions.getCustomDomain() |
@Stability(value=Stable) public UserPoolDomainOptions.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 UserPoolDomainOptions.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 UserPoolDomainOptions build()
build in interface software.amazon.jsii.Builder<UserPoolDomainOptions>UserPoolDomainOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.