static DnsOptions.Builder |
DnsOptions.builder() |
|
DnsOptions.Builder |
DnsOptions.Builder.dnsRecordIpType(String dnsRecordIpType) |
The DNS records created for the endpoint.
|
DnsOptions.Builder |
DnsOptions.Builder.dnsRecordIpType(DnsRecordIpType dnsRecordIpType) |
The DNS records created for the endpoint.
|
DnsOptions.Builder |
DnsOptions.Builder.privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint) |
Indicates whether to enable private DNS only for inbound endpoints.
|
DnsOptions.Builder |
DnsOptions.Builder.privateDnsPreference(String privateDnsPreference) |
The preference for which private domains have a private hosted zone created for and associated with the
specified VPC.
|
DnsOptions.Builder |
DnsOptions.Builder.privateDnsSpecifiedDomains(String... privateDnsSpecifiedDomains) |
Indicates which of the private domains to create private hosted zones for and associate with the specified
VPC.
|
DnsOptions.Builder |
DnsOptions.Builder.privateDnsSpecifiedDomains(Collection<String> privateDnsSpecifiedDomains) |
Indicates which of the private domains to create private hosted zones for and associate with the specified
VPC.
|
DnsOptions.Builder |
DnsOptions.toBuilder() |
|