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