Interface DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<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.PtrRecordSetBlank<ParentT>,DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.DefinitionStages
public static interface DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>The stage of the PTR record set definition allowing to add first CNAME record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>withTargetDomainName(String targetDomainName)Creates a PTR record with the provided target domain name in this record set.
-
-
-
Method Detail
-
withTargetDomainName
DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> withTargetDomainName(String targetDomainName)
Creates a PTR record with the provided target domain name in this record set.- Parameters:
targetDomainName- the target domain name- Returns:
- the next stage of the definition
-
-