How can I create materialized view using CQL and Java?
Did you try to just execute:
session.execute("CREATE MATERIALIZED VIEW ...");