Interface DnsOptions.Builder

    • Method Detail

      • dnsRecordIpType

        DnsOptions.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
      • dnsRecordIpType

        DnsOptions.Builder dnsRecordIpType​(DnsRecordIpType 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

        DnsOptions.Builder privateDnsOnlyForInboundResolverEndpoint​(Boolean privateDnsOnlyForInboundResolverEndpoint)

        Indicates whether to enable private DNS only for inbound endpoints.

        Parameters:
        privateDnsOnlyForInboundResolverEndpoint - Indicates whether to enable private DNS only for inbound endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.