Interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName

    • Method Detail

      • 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