DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address

The stage of the AAAA record set definition allowing to add first AAAA record.

Method Summary

Modifier and Type Method and Description
abstract WithAaaaRecordIPv6AddressOrAttachable<ParentT> withIPv6Address(String ipv6Address)

Creates an AAAA record with the provided IPv6 address in this record set.

Method Details

withIPv6Address

public abstract DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable withIPv6Address(String ipv6Address)

Creates an AAAA record with the provided IPv6 address in this record set.

Parameters:

ipv6Address - the IPv6 address

Returns:

the next stage of the definition

Applies to