public static interface DnsOptions.Builder extends SdkPojo, CopyableBuilder<DnsOptions.Builder,DnsOptions>
| Modifier and Type | Method and Description |
|---|---|
DnsOptions.Builder |
dnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptions.Builder |
dnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptions.Builder |
privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsOptions.Builder dnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType - The DNS records created for the endpoint.DnsRecordIpType,
DnsRecordIpTypeDnsOptions.Builder dnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType - The DNS records created for the endpoint.DnsRecordIpType,
DnsRecordIpTypeDnsOptions.Builder privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints.
privateDnsOnlyForInboundResolverEndpoint - Indicates whether to enable private DNS only for inbound endpoints.Copyright © 2023. All rights reserved.