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