Interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainName
-
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateCombined,PrivateDnsRecordSet.UpdatePtrRecordSet
- Enclosing interface:
- PrivateDnsRecordSet.UpdateStages
public static interface PrivateDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainNameThe stage of the CName record set definition allowing to add or remove CName record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsRecordSet.UpdatePtrRecordSetwithoutTargetDomainName(String targetDomainName)Removes the CName record with the provided canonical name from this record set.PrivateDnsRecordSet.UpdatePtrRecordSetwithTargetDomainName(String targetDomainName)Creates a CName record with the provided canonical name in this record set.
-
-
-
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
-
-