Interface PrivateDnsRecordSet.UpdateStages.WithARecordIPv4Address

    • Method Detail

      • withIPv4Address

        PrivateDnsRecordSet.UpdateARecordSet withIPv4Address​(String ipv4Address)
        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

        PrivateDnsRecordSet.UpdateARecordSet withoutIPv4Address​(String ipv4Address)
        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