Interface DnsRecordSet.UpdateStages.WithCNameRecordAlias
- All Known Subinterfaces:
DnsRecordSet.UpdateCNameRecordSet,DnsRecordSet.UpdateCombined
- Enclosing interface:
DnsRecordSet.UpdateStages
public static interface DnsRecordSet.UpdateStages.WithCNameRecordAlias
The stage of the CNAME record set update allowing to update the CNAME record.
-
Method Summary
Modifier and TypeMethodDescriptionThe new alias for the CNAME record set.
-
Method Details
-
withAlias
The new alias for the CNAME record set.- Parameters:
alias- the alias- Returns:
- the next stage of the record set update
-