I am trying to execute COPY INTO statement in Java code like this: And it works fine. Is there any way to add this file_format in Java code, so there is no need to set it up in Snowflake? For example, SQL code of file_format that I have set in Snowflake is Is there any way to write this as