DnsRecordSet.UpdateStages.WithCNameRecordAlias Interface

public static interface DnsRecordSet.UpdateStages.WithCNameRecordAlias

The stage of the CNAME record set update allowing to update the CNAME record.

Method Summary

Modifier and Type Method and Description
abstract UpdateCNameRecordSet withAlias(String alias)

The new alias for the CNAME record set.

Method Details

withAlias

public abstract 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

Applies to