Interface DnsRecordSet.UpdateStages.WithNSRecordNameServer

All Known Subinterfaces:
DnsRecordSet.UpdateCombined, DnsRecordSet.UpdateNSRecordSet
Enclosing interface:
DnsRecordSet.UpdateStages

public static interface DnsRecordSet.UpdateStages.WithNSRecordNameServer
The stage of the NS record set definition allowing to add or remove a NS record.
  • Method Details

    • withNameServer

      DnsRecordSet.UpdateNSRecordSet withNameServer(String nameServerHostName)
      Creates a NS record with the provided name server in this record set.
      Parameters:
      nameServerHostName - the name server host name
      Returns:
      the next stage of the record set update
    • withoutNameServer

      DnsRecordSet.UpdateNSRecordSet withoutNameServer(String nameServerHostName)
      Rmoves a NS record with the provided name server from this record set.
      Parameters:
      nameServerHostName - the name server host name
      Returns:
      the next stage of the record set update