public static interface CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicediscovery.*; PublicDnsPropertiesMutableProperty publicDnsPropertiesMutableProperty = PublicDnsPropertiesMutableProperty.builder() .soa(SOAProperty.builder() .ttl(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder
A builder for
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty |
static class |
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Jsii$Proxy
An implementation for
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder |
builder() |
default java.lang.Object |
getSoa()
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|