DnsRecordSet.UpdateStages.WithNSRecordNameServer Interface

public static interface DnsRecordSet.UpdateStages.WithNSRecordNameServer

The stage of the NS record set definition allowing to add or remove a NS record.

Method Summary

Modifier and Type Method and Description
abstract UpdateNSRecordSet withNameServer(String nameServerHostName)

Creates a NS record with the provided name server in this record set.

abstract UpdateNSRecordSet withoutNameServer(String nameServerHostName)

Rmoves a NS record with the provided name server from this record set.

Method Details

withNameServer

public abstract 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

public abstract 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

Applies to