DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address

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

Method Summary

Modifier and Type Method and Description
abstract WithARecordIPv4AddressOrAttachable<ParentT> withIPv4Address(String ipv4Address)

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

Method Details

withIPv4Address

public abstract DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable withIPv4Address(String ipv4Address)

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

Parameters:

ipv4Address - the IPv4 address

Returns:

the next stage of the definition

Applies to