Interface CustomDNSServer.Builder

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

public static interface CustomDNSServer.Builder extends SdkPojo, CopyableBuilder<CustomDNSServer.Builder,CustomDNSServer>
  • Method Details

    • customDNSServerName

      CustomDNSServer.Builder customDNSServerName(String customDNSServerName)

      The name of the DNS server.

      Parameters:
      customDNSServerName - The name of the DNS server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customDNSServerIP

      CustomDNSServer.Builder customDNSServerIP(String customDNSServerIP)

      The IP address of the DNS server.

      Parameters:
      customDNSServerIP - The IP address of the DNS server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.