Interface DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.Definition<ParentT>,DnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT>
- Enclosing interface:
DnsRecordSet.DefinitionStages
public static interface DnsRecordSet.DefinitionStages.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
Creates a CNAME record with the provided alias.- Parameters:
alias- the alias- Returns:
- the next stage of the definition
-