Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<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.CNameRecordSetBlank<ParentT>
- Enclosing interface:
PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
The stage of a CNAME record definition allowing to add alias.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a CNAME record with the provided alias.
-
Method Details
-
withAlias
PrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT> withAlias(String alias) Creates a CNAME record with the provided alias.- Parameters:
alias- the alias- Returns:
- the next stage of the definition
-