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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>withIPv4Address(String ipv4Address)Creates an A record with the provided IPv4 address in this record set.
-
-
-
Method Detail
-
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
-
-