@Stability(value=Stable) public static final class CognitoDomainOptions.Builder extends Object implements software.amazon.jsii.Builder<CognitoDomainOptions>
CognitoDomainOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CognitoDomainOptions |
build()
Builds the configured instance.
|
CognitoDomainOptions.Builder |
domainPrefix(String domainPrefix)
Sets the value of
CognitoDomainOptions.getDomainPrefix() |
@Stability(value=Stable) public CognitoDomainOptions.Builder domainPrefix(String domainPrefix)
CognitoDomainOptions.getDomainPrefix()domainPrefix - The prefix to the Cognito hosted domain name that will be associated with the user pool. This parameter is required.this@Stability(value=Stable) public CognitoDomainOptions build()
build in interface software.amazon.jsii.Builder<CognitoDomainOptions>CognitoDomainOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.