DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address Interface

public static interface DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address

The stage of the AAAA record set update allowing to add or remove AAAA record.

Method Summary

Modifier and Type Method and Description
abstract UpdateAaaaRecordSet withIPv6Address(String ipv6Address)

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

abstract UpdateAaaaRecordSet withoutIPv6Address(String ipv6Address)

Removes an AAAA record with the provided IPv6 address from this record set.

Method Details

withIPv6Address

public abstract DnsRecordSet.UpdateAaaaRecordSet 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 record set update

withoutIPv6Address

public abstract DnsRecordSet.UpdateAaaaRecordSet withoutIPv6Address(String ipv6Address)

Removes an AAAA record with the provided IPv6 address from this record set.

Parameters:

ipv6Address - the IPv6 address

Returns:

the next stage of the record set update

Applies to