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