public static interface CfnPublicDnsNamespace.SOAProperty
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.*; SOAProperty sOAProperty = SOAProperty.builder() .ttl(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPublicDnsNamespace.SOAProperty.Builder
A builder for
CfnPublicDnsNamespace.SOAProperty |
static class |
CfnPublicDnsNamespace.SOAProperty.Jsii$Proxy
An implementation for
CfnPublicDnsNamespace.SOAProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPublicDnsNamespace.SOAProperty.Builder |
builder() |
default java.lang.Number |
getTtl()
The time to live (TTL) for purposes of negative caching.
|
default java.lang.Number getTtl()
static CfnPublicDnsNamespace.SOAProperty.Builder builder()