| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static SOA.Builder |
SOA.builder() |
SOA.Builder |
SOA.toBuilder() |
SOA.Builder |
SOA.Builder.ttl(Long ttl)
The time to live (TTL) for purposes of negative caching.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SOA.Builder> |
SOA.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DnsProperties.Builder |
DnsProperties.Builder.soa(Consumer<SOA.Builder> soa)
Start of Authority (SOA) record for the hosted zone.
|
default PrivateDnsPropertiesMutable.Builder |
PrivateDnsPropertiesMutable.Builder.soa(Consumer<SOA.Builder> soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
default PublicDnsPropertiesMutable.Builder |
PublicDnsPropertiesMutable.Builder.soa(Consumer<SOA.Builder> soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
Copyright © 2023. All rights reserved.