Interface DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.Definition<ParentT>,DnsRecordSet.DefinitionStages.NSRecordSetBlank<ParentT>,DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.DefinitionStages
public static interface DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>The stage of the NS record set definition allowing to add a NS record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>withNameServer(String nameServerHostName)Creates a NS record with the provided name server in this record set.
-
-
-
Method Detail
-
withNameServer
DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT> 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
-
-