Interface DnsRecordSet.UpdateStages.WithNSRecordNameServer

    • Method Detail

      • 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