Class DataprocWorkflowTemplateJobsPrestoJob.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJob.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocWorkflowTemplateJobsPrestoJob,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocWorkflowTemplateJobsPrestoJob
@Stability(Stable) @Internal public static final class DataprocWorkflowTemplateJobsPrestoJob.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocWorkflowTemplateJobsPrestoJob
An implementation forDataprocWorkflowTemplateJobsPrestoJob
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJob
DataprocWorkflowTemplateJobsPrestoJob.Builder, DataprocWorkflowTemplateJobsPrestoJob.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocWorkflowTemplateJobsPrestoJob.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplateJobsPrestoJob.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getClientTags()Optional.ObjectgetContinueOnFailure()Optional.DataprocWorkflowTemplateJobsPrestoJobLoggingConfiggetLoggingConfig()logging_config block.StringgetOutputFormat()Optional.Map<String,String>getProperties()Optional.StringgetQueryFileUri()The HCFS URI of the script that contains SQL queries.DataprocWorkflowTemplateJobsPrestoJobQueryListStructgetQueryList()query_list block.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocWorkflowTemplateJobsPrestoJob.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocWorkflowTemplateJobsPrestoJob.Builder.
-
-
Method Detail
-
getClientTags
public final List<String> getClientTags()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobOptional. Presto client tags to attach to this query.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#client_tags DataprocWorkflowTemplate#client_tags}
- Specified by:
getClientTagsin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getContinueOnFailure
public final Object getContinueOnFailure()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobOptional.Whether to continue executing queries if a query fails. The default value is `false`. Setting to `true` can be useful when executing independent parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#continue_on_failure DataprocWorkflowTemplate#continue_on_failure}
- Specified by:
getContinueOnFailurein interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getLoggingConfig
public final DataprocWorkflowTemplateJobsPrestoJobLoggingConfig getLoggingConfig()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJoblogging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#logging_config DataprocWorkflowTemplate#logging_config}
- Specified by:
getLoggingConfigin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getOutputFormat
public final String getOutputFormat()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobOptional. The format in which query output will be displayed. See the Presto documentation for supported output formats.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#output_format DataprocWorkflowTemplate#output_format}
- Specified by:
getOutputFormatin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getProperties
public final Map<String,String> getProperties()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobOptional.A mapping of property names to values. Used to set Presto [session properties](https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}
- Specified by:
getPropertiesin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getQueryFileUri
public final String getQueryFileUri()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobThe HCFS URI of the script that contains SQL queries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_file_uri DataprocWorkflowTemplate#query_file_uri}
- Specified by:
getQueryFileUriin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
getQueryList
public final DataprocWorkflowTemplateJobsPrestoJobQueryListStruct getQueryList()
Description copied from interface:DataprocWorkflowTemplateJobsPrestoJobquery_list block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list}
- Specified by:
getQueryListin interfaceDataprocWorkflowTemplateJobsPrestoJob
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-