DnsRecordSet.UpdateStages.WithARecordIPv4Address Interface

public static interface DnsRecordSet.UpdateStages.WithARecordIPv4Address

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

Method Summary

Modifier and Type Method and Description
abstract UpdateARecordSet withIPv4Address(String ipv4Address)

Creates an A record with the provided IPv4 address in the record set.

abstract UpdateARecordSet withoutIPv4Address(String ipv4Address)

Removes the A record with the provided IPv4 address from the record set.

Method Details

withIPv4Address

public abstract DnsRecordSet.UpdateARecordSet withIPv4Address(String ipv4Address)

Creates an A record with the provided IPv4 address in the record set.

Parameters:

ipv4Address - an IPv4 address

Returns:

the next stage of the record set update

withoutIPv4Address

public abstract DnsRecordSet.UpdateARecordSet withoutIPv4Address(String ipv4Address)

Removes the A record with the provided IPv4 address from the record set.

Parameters:

ipv4Address - an IPv4 address

Returns:

the next stage of the record set update

Applies to