Interface DnsOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DnsOptions.Builder,DnsOptions>, SdkBuilder<DnsOptions.Builder,DnsOptions>, SdkPojo
Enclosing class:
DnsOptions

public static interface DnsOptions.Builder extends SdkPojo, CopyableBuilder<DnsOptions.Builder,DnsOptions>
  • 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.