DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName Interface

public static interface DnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName

The stage of the CName record set definition allowing to add or remove CName record.

Method Summary

Modifier and Type Method and Description
abstract UpdatePtrRecordSet withTargetDomainName(String targetDomainName)

Creates a CName record with the provided canonical name in this record set.

abstract UpdatePtrRecordSet withoutTargetDomainName(String targetDomainName)

Removes the CName record with the provided canonical name from this record set.

Method Details

withTargetDomainName

public abstract DnsRecordSet.UpdatePtrRecordSet withTargetDomainName(String targetDomainName)

Creates a CName record with the provided canonical name in this record set.

Parameters:

targetDomainName - the target domain name

Returns:

the next stage of the record set update

withoutTargetDomainName

public abstract DnsRecordSet.UpdatePtrRecordSet withoutTargetDomainName(String targetDomainName)

Removes the CName record with the provided canonical name from this record set.

Parameters:

targetDomainName - the target domain name

Returns:

the next stage of the record set update

Applies to