DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName

The stage of the PTR record set definition allowing to add first CNAME record.

Method Summary

Modifier and Type Method and Description
abstract WithPtrRecordTargetDomainNameOrAttachable<ParentT> withTargetDomainName(String targetDomainName)

Creates a PTR record with the provided target domain name in this record set.

Method Details

withTargetDomainName

public abstract DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable 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

Applies to