Interface DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.Definition<ParentT>,DnsRecordSet.DefinitionStages.ARecordSetBlank<ParentT>,DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
- Enclosing interface:
DnsRecordSet.DefinitionStages
public static interface DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
The stage of the A record set definition allowing to add first A record.
-
Method Summary
Modifier and TypeMethodDescriptionwithIPv4Address(String ipv4Address) Creates an A record with the provided IPv4 address in this record set.
-
Method Details
-
withIPv4Address
DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> 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
-