Class DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPigJobQueryListStruct>
- Enclosing interface:
- DataprocWorkflowTemplateJobsPigJobQueryListStruct
@Stability(Stable) public static final class DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builder extends Object implements software.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPigJobQueryListStruct>
A builder forDataprocWorkflowTemplateJobsPigJobQueryListStruct
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocWorkflowTemplateJobsPigJobQueryListStructbuild()Builds the configured instance.DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builderqueries(List<String> queries)Sets the value ofDataprocWorkflowTemplateJobsPigJobQueryListStruct.getQueries()
-
-
-
Method Detail
-
queries
@Stability(Stable) public DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builder queries(List<String> queries)
Sets the value ofDataprocWorkflowTemplateJobsPigJobQueryListStruct.getQueries()- Parameters:
queries- Required. This parameter is required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": [ "query1", "query2", "query3;query4", ] } } Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#queries DataprocWorkflowTemplate#queries}- Returns:
this
-
build
@Stability(Stable) public DataprocWorkflowTemplateJobsPigJobQueryListStruct build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocWorkflowTemplateJobsPigJobQueryListStruct>- Returns:
- a new instance of
DataprocWorkflowTemplateJobsPigJobQueryListStruct - Throws:
NullPointerException- if any required attribute was not provided
-
-