Interface DnsRecordSet.UpdateStages.WithARecordIPv4Address
- All Known Subinterfaces:
DnsRecordSet.UpdateARecordSet,DnsRecordSet.UpdateCombined
- Enclosing interface:
DnsRecordSet.UpdateStages
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 TypeMethodDescriptionwithIPv4Address(String ipv4Address) Creates an A record with the provided IPv4 address in the record set.withoutIPv4Address(String ipv4Address) Removes the A record with the provided IPv4 address from the record set.
-
Method Details
-
withIPv4Address
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
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
-