Interface DnsOptionsSpecification.Builder

    • Method Detail

      • dnsRecordIpType

        DnsOptionsSpecification.Builder dnsRecordIpType​(String dnsRecordIpType)

        The DNS records created for the endpoint.

        Parameters:
        dnsRecordIpType - The DNS records created for the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DnsRecordIpType, DnsRecordIpType
      • privateDnsOnlyForInboundResolverEndpoint

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.