Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateDefinition<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
- Enclosing interface:
PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.UpdateDefinitionStages.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
PrivateDnsRecordSet.UpdateDefinitionStages.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
-