public static interface DnsOptionsSpecification.Builder extends SdkPojo, CopyableBuilder<DnsOptionsSpecification.Builder,DnsOptionsSpecification>
Modifier and Type | Method and Description |
---|---|
DnsOptionsSpecification.Builder |
dnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptionsSpecification.Builder |
dnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptionsSpecification.Builder |
privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DnsOptionsSpecification.Builder dnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType
- The DNS records created for the endpoint.DnsRecordIpType
,
DnsRecordIpType
DnsOptionsSpecification.Builder dnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
dnsRecordIpType
- The DNS records created for the endpoint.DnsRecordIpType
,
DnsRecordIpType
DnsOptionsSpecification.Builder privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
privateDnsOnlyForInboundResolverEndpoint
- Indicates whether to enable private DNS only for inbound endpoints. This option is available only for
services that support both gateway and interface endpoints. It routes traffic that originates from the
VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.Copyright © 2023. All rights reserved.