Interface DataprocWorkflowTemplateJobsPigJobQueryListStruct
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplateJobsPigJobQueryListStruct.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.796Z") @Stability(Stable) public interface DataprocWorkflowTemplateJobsPigJobQueryListStruct extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplateJobsPigJobQueryListStruct.BuilderA builder forDataprocWorkflowTemplateJobsPigJobQueryListStructstatic classDataprocWorkflowTemplateJobsPigJobQueryListStruct.Jsii$ProxyAn implementation forDataprocWorkflowTemplateJobsPigJobQueryListStruct
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builderbuilder()List<String>getQueries()Required.
-
-
-
Method Detail
-
getQueries
@Stability(Stable) @NotNull List<String> getQueries()
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}
-
builder
@Stability(Stable) static DataprocWorkflowTemplateJobsPigJobQueryListStruct.Builder builder()
-
-