DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface DnsRecordSet.DefinitionStages.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.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable withIPv6Address(String ipv6Address)

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

Parameters:

ipv6Address - an IPv6 address

Returns:

the next stage of the definition

Applies to