Interface DnsRecordSet.UpdateStages.WithMXRecordMailExchange

    • Method Detail

      • withMailExchange

        DnsRecordSet.UpdateMXRecordSet withMailExchange​(String mailExchangeHostName,
                                                        int priority)
        Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
        Parameters:
        mailExchangeHostName - the host name of the mail exchange server
        priority - the priority for the mail exchange host, lower the value higher the priority
        Returns:
        the next stage of the record set update
      • withoutMailExchange

        DnsRecordSet.UpdateMXRecordSet withoutMailExchange​(String mailExchangeHostName,
                                                           int priority)
        Removes MX record with the provided mail exchange server and priority from this record set.
        Parameters:
        mailExchangeHostName - the host name of the mail exchange server
        priority - the priority for the mail exchange host, lower the value higher the priority
        Returns:
        the next stage of the record set update