Interface DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.NSRecordSetBlank<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.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.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>withNameServer(String nameServerHostName)Creates a NS record with the provided name server in this record set.
-
-
-
Method Detail
-
withNameServer
DnsRecordSet.UpdateDefinitionStages.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
-
-