Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateDefinition<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>
- Enclosing interface:
PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName<ParentT>
The stage of the PTR record set definition allowing to add first CNAME record.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetDomainName(String targetDomainName) Creates a PTR record with the provided target domain name in this record set.
-
Method Details
-
withTargetDomainName
PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT> withTargetDomainName(String targetDomainName) Creates a PTR record with the provided target domain name in this record set.- Parameters:
targetDomainName- the target domain name- Returns:
- the next stage of the definition
-