Interface PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
-
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateAaaaRecordSet,PrivateDnsRecordSet.UpdateCombined
- Enclosing interface:
- PrivateDnsRecordSet.UpdateStages
public static interface PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6AddressThe stage of the AAAA record set update allowing to add or remove AAAA record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsRecordSet.UpdateAaaaRecordSetwithIPv6Address(String ipv6Address)Creates an AAAA record with the provided IPv6 address in this record set.PrivateDnsRecordSet.UpdateAaaaRecordSetwithoutIPv6Address(String ipv6Address)Removes an AAAA record with the provided IPv6 address from this record set.
-
-
-
Method Detail
-
withIPv6Address
PrivateDnsRecordSet.UpdateAaaaRecordSet withIPv6Address(String ipv6Address)
Creates an AAAA record with the provided IPv6 address in this record set.- Parameters:
ipv6Address- the IPv6 address- Returns:
- the next stage of the record set update
-
withoutIPv6Address
PrivateDnsRecordSet.UpdateAaaaRecordSet withoutIPv6Address(String ipv6Address)
Removes an AAAA record with the provided IPv6 address from this record set.- Parameters:
ipv6Address- the IPv6 address- Returns:
- the next stage of the record set update
-
-