Uses of Class
com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobQueryDestinationTable.Builder
-
Packages that use BigqueryJobQueryDestinationTable.Builder Package Description com.hashicorp.cdktf.providers.google.bigquery_job google_bigquery_job -
-
Uses of BigqueryJobQueryDestinationTable.Builder in com.hashicorp.cdktf.providers.google.bigquery_job
Methods in com.hashicorp.cdktf.providers.google.bigquery_job that return BigqueryJobQueryDestinationTable.Builder Modifier and Type Method Description static BigqueryJobQueryDestinationTable.BuilderBigqueryJobQueryDestinationTable. builder()BigqueryJobQueryDestinationTable.BuilderBigqueryJobQueryDestinationTable.Builder. datasetId(String datasetId)Sets the value ofBigqueryJobQueryDestinationTable.getDatasetId()BigqueryJobQueryDestinationTable.BuilderBigqueryJobQueryDestinationTable.Builder. projectId(String projectId)Sets the value ofBigqueryJobQueryDestinationTable.getProjectId()BigqueryJobQueryDestinationTable.BuilderBigqueryJobQueryDestinationTable.Builder. tableId(String tableId)Sets the value ofBigqueryJobQueryDestinationTable.getTableId()Constructors in com.hashicorp.cdktf.providers.google.bigquery_job with parameters of type BigqueryJobQueryDestinationTable.Builder Constructor Description Jsii$Proxy(BigqueryJobQueryDestinationTable.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryJobQueryDestinationTable.Builder.
-