@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.159Z") @Stability(value=Stable) public interface DomainNameAttributes extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
DomainNameAttributes domainNameAttributes = DomainNameAttributes.builder()
.domainName("domainName")
.domainNameAliasHostedZoneId("domainNameAliasHostedZoneId")
.domainNameAliasTarget("domainNameAliasTarget")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DomainNameAttributes.Builder
A builder for
DomainNameAttributes |
static class |
DomainNameAttributes.Jsii$Proxy
An implementation for
DomainNameAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DomainNameAttributes.Builder |
builder() |
String |
getDomainName()
The domain name (e.g.
|
String |
getDomainNameAliasHostedZoneId()
The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
|
String |
getDomainNameAliasTarget()
The Route53 alias target to use in order to connect a record set to this domain through an alias.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @NotNull String getDomainNameAliasHostedZoneId()
@Stability(value=Stable) @NotNull String getDomainNameAliasTarget()
@Stability(value=Stable) static DomainNameAttributes.Builder builder()
DomainNameAttributes.Builder of DomainNameAttributesCopyright © 2022. All rights reserved.