@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.967Z") @Stability(value=Stable) public interface HostedZoneAttributes extends software.amazon.jsii.JsiiSerializable
Example:
IHostedZone zone = HostedZone.fromHostedZoneAttributes(this, "MyZone", HostedZoneAttributes.builder()
.zoneName("example.com")
.hostedZoneId("ZOJJZC49E0EPZ")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
HostedZoneAttributes.Builder
A builder for
HostedZoneAttributes |
static class |
HostedZoneAttributes.Jsii$Proxy
An implementation for
HostedZoneAttributes |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneAttributes.Builder |
builder() |
String |
getHostedZoneId()
Identifier of the hosted zone.
|
String |
getZoneName()
Name of the hosted zone.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) @NotNull String getZoneName()
@Stability(value=Stable) static HostedZoneAttributes.Builder builder()
HostedZoneAttributes.Builder of HostedZoneAttributesCopyright © 2021. All rights reserved.