@Stability(value=Stable) public static final class CustomEndpointOptions.Builder extends Object implements software.amazon.jsii.Builder<CustomEndpointOptions>
CustomEndpointOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomEndpointOptions |
build()
Builds the configured instance.
|
CustomEndpointOptions.Builder |
certificate(ICertificate certificate)
Sets the value of
CustomEndpointOptions.getCertificate() |
CustomEndpointOptions.Builder |
domainName(String domainName)
Sets the value of
CustomEndpointOptions.getDomainName() |
CustomEndpointOptions.Builder |
hostedZone(IHostedZone hostedZone)
Sets the value of
CustomEndpointOptions.getHostedZone() |
@Stability(value=Stable) public CustomEndpointOptions.Builder domainName(String domainName)
CustomEndpointOptions.getDomainName()domainName - The custom domain name to assign. This parameter is required.this@Stability(value=Stable) public CustomEndpointOptions.Builder certificate(ICertificate certificate)
CustomEndpointOptions.getCertificate()certificate - The certificate to use.this@Stability(value=Stable) public CustomEndpointOptions.Builder hostedZone(IHostedZone hostedZone)
CustomEndpointOptions.getHostedZone()hostedZone - The hosted zone in Route53 to create the CNAME record in.this@Stability(value=Stable) public CustomEndpointOptions build()
build in interface software.amazon.jsii.Builder<CustomEndpointOptions>CustomEndpointOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.