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 Summary
Modifier and TypeMethodDescriptionwithoutTargetDomainName(String targetDomainName) Removes the CName record with the provided canonical name from this record set.withTargetDomainName(String targetDomainName) Creates a CName record with the provided canonical name in this record set.
-
Method Details
-
withTargetDomainName
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
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
-