Interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName

All Known Subinterfaces:
PrivateDnsRecordSet.UpdateCombined, PrivateDnsRecordSet.UpdatePtrRecordSet
Enclosing interface:
PrivateDnsRecordSet.UpdateStages

public static interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
The stage of the CName record set definition allowing to add or remove CName record.
  • Method Details

    • withTargetDomainName

      PrivateDnsRecordSet.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

      PrivateDnsRecordSet.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