Class CopyJobConfiguration.Builder (2.55.2)
public static final class CopyJobConfiguration.Builder extends JobConfiguration.Builder<CopyJobConfiguration,CopyJobConfiguration.Builder>
Methods
build()
public CopyJobConfiguration build()
Overrides
setCreateDisposition(JobInfo.CreateDisposition createDisposition)
public CopyJobConfiguration.Builder setCreateDisposition(JobInfo.CreateDisposition createDisposition)
setDestinationEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
public CopyJobConfiguration.Builder setDestinationEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
setDestinationExpirationTime(String destinationExpirationTime)
public CopyJobConfiguration.Builder setDestinationExpirationTime(String destinationExpirationTime)
Parameter |
Name |
Description |
destinationExpirationTime |
String
|
setDestinationTable(TableId destinationTable)
public CopyJobConfiguration.Builder setDestinationTable(TableId destinationTable)
Sets the destination table of the copy job.
Parameter |
Name |
Description |
destinationTable |
TableId
|
setJobTimeoutMs(Long jobTimeoutMs)
public CopyJobConfiguration.Builder setJobTimeoutMs(Long jobTimeoutMs)
[Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt
to terminate the job.
Parameter |
Name |
Description |
jobTimeoutMs |
Long
jobTimeoutMs or null for none
|
setLabels(Map<String,String> labels)
public CopyJobConfiguration.Builder setLabels(Map<String,String> labels)
The labels associated with this job. You can use these to organize and group your jobs. Label
keys and values can be no longer than 63 characters, can only contain lowercase letters,
numeric characters, underscores and dashes. International characters are allowed. Label
values are optional. Label keys must start with a letter and each label in the list must have
a different key.
Parameter |
Name |
Description |
labels |
Map<String,String>
labels or null for none
|
setOperationType(String operationType)
public CopyJobConfiguration.Builder setOperationType(String operationType)
Parameter |
Name |
Description |
operationType |
String
|
setReservation(String reservation)
public CopyJobConfiguration.Builder setReservation(String reservation)
[Optional] The reservation that job would use. User can specify a reservation to execute the
job. If reservation is not set, reservation is determined based on the rules defined by the
reservation assignments. The expected format is
projects/{project}/locations/{location}/reservations/{reservation}
.
Parameter |
Name |
Description |
reservation |
String
reservation or null for none
|
setSourceTables(List<TableId> sourceTables)
public CopyJobConfiguration.Builder setSourceTables(List<TableId> sourceTables)
Sets the source tables to copy.
setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
public CopyJobConfiguration.Builder setWriteDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.
See Also: Write Disposition
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]