Interface DnsOptions.Builder

  • Method Details

    • 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

      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:
    • 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.