@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.869Z") @Stability(value=Experimental) 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()
(experimental) Identifier of the hosted zone.
|
String |
getZoneName()
(experimental) Name of the hosted zone.
|
@Stability(value=Experimental) @NotNull String getHostedZoneId()
@Stability(value=Experimental) @NotNull String getZoneName()
@Stability(value=Experimental) static HostedZoneAttributes.Builder builder()
HostedZoneAttributes.Builder of HostedZoneAttributesCopyright © 2022. All rights reserved.