DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface DnsRecordSet.DefinitionStages.WithCNameRecordAlias

The stage of a CNAME record definition allowing to add alias.

Method Summary

Modifier and Type Method and Description
abstract WithCNameRecordSetAttachable<ParentT> withAlias(String alias)

Creates a CNAME record with the provided alias.

Method Details

withAlias

public abstract DnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable withAlias(String alias)

Creates a CNAME record with the provided alias.

Parameters:

alias - the alias

Returns:

the next stage of the definition

Applies to