| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static DnsRecord.Builder |
DnsRecord.builder() |
DnsRecord.Builder |
DnsRecord.toBuilder() |
DnsRecord.Builder |
DnsRecord.Builder.ttl(Long ttl)
The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
DnsRecord.Builder |
DnsRecord.Builder.type(RecordType type)
The type of the resource, which indicates the type of value that RouteĀ 53 returns in response to DNS queries.
|
DnsRecord.Builder |
DnsRecord.Builder.type(String type)
The type of the resource, which indicates the type of value that RouteĀ 53 returns in response to DNS queries.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DnsRecord.Builder> |
DnsRecord.serializableBuilderClass() |
Copyright © 2023. All rights reserved.