Class DataprocJobSparksqlConfig.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getJarFileUris

        public final List<String> getJarFileUris()
        Description copied from interface: DataprocJobSparksqlConfig
        HCFS URIs of jar files to be added to the Spark CLASSPATH.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#jar_file_uris DataprocJob#jar_file_uris}

        Specified by:
        getJarFileUris in interface DataprocJobSparksqlConfig
      • getProperties

        public final Map<String,​String> getProperties()
        Description copied from interface: DataprocJobSparksqlConfig
        A mapping of property names to values, used to configure Spark SQL's SparkConf.

        Properties that conflict with values set by the Cloud Dataproc API may be overwritten. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#properties DataprocJob#properties}

        Specified by:
        getProperties in interface DataprocJobSparksqlConfig
      • getQueryFileUri

        public final String getQueryFileUri()
        Description copied from interface: DataprocJobSparksqlConfig
        The HCFS URI of the script that contains SQL queries. Conflicts with query_list.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#query_file_uri DataprocJob#query_file_uri}

        Specified by:
        getQueryFileUri in interface DataprocJobSparksqlConfig
      • getQueryList

        public final List<String> getQueryList()
        Description copied from interface: DataprocJobSparksqlConfig
        The list of SQL queries or statements to execute as part of the job. Conflicts with query_file_uri.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#query_list DataprocJob#query_list}

        Specified by:
        getQueryList in interface DataprocJobSparksqlConfig
      • getScriptVariables

        public final Map<String,​String> getScriptVariables()
        Description copied from interface: DataprocJobSparksqlConfig
        Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#script_variables DataprocJob#script_variables}

        Specified by:
        getScriptVariables in interface DataprocJobSparksqlConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object