Interface DnsRecordSet.UpdateStages.WithCNameRecordAlias
-
- All Known Subinterfaces:
DnsRecordSet.UpdateCNameRecordSet,DnsRecordSet.UpdateCombined
- Enclosing interface:
- DnsRecordSet.UpdateStages
public static interface DnsRecordSet.UpdateStages.WithCNameRecordAliasThe stage of the CNAME record set update allowing to update the CNAME record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdateCNameRecordSetwithAlias(String alias)The new alias for the CNAME record set.
-
-
-
Method Detail
-
withAlias
DnsRecordSet.UpdateCNameRecordSet withAlias(String alias)
The new alias for the CNAME record set.- Parameters:
alias- the alias- Returns:
- the next stage of the record set update
-
-