DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithNSRecordNameServer

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

Method Summary

Modifier and Type Method and Description
DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT> withNameServer(String nameServerHostName)

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

Method Details

withNameServer

public WithNSRecordNameServerOrAttachable 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 definition

Applies to