@Stability(value=Experimental) public static final class CustomDomainOptions.Builder extends Object implements software.amazon.jsii.Builder<CustomDomainOptions>
CustomDomainOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomDomainOptions |
build()
Builds the configured instance.
|
CustomDomainOptions.Builder |
certificate(ICertificate certificate)
Sets the value of
CustomDomainOptions.getCertificate() |
CustomDomainOptions.Builder |
domainName(String domainName)
Sets the value of
CustomDomainOptions.getDomainName() |
@Stability(value=Experimental) public CustomDomainOptions.Builder certificate(ICertificate certificate)
CustomDomainOptions.getCertificate()certificate - The certificate to associate with this domain. This parameter is required.this@Stability(value=Experimental) public CustomDomainOptions.Builder domainName(String domainName)
CustomDomainOptions.getDomainName()domainName - The custom domain name that you would like to associate with this User Pool. This parameter is required.this@Stability(value=Experimental) public CustomDomainOptions build()
build in interface software.amazon.jsii.Builder<CustomDomainOptions>CustomDomainOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.