Send feedback
Class CopyJobConfiguration.Builder (2.20.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.2 keyboard_arrow_down
public static final class CopyJobConfiguration . Builder extends JobConfiguration . Builder<CopyJobConfiguration , CopyJobConfiguration . Builder >
Methods
build()
public CopyJobConfiguration build ()
Returns
Overrides
setCreateDisposition(JobInfo.CreateDisposition createDisposition)
public CopyJobConfiguration . Builder setCreateDisposition ( JobInfo . CreateDisposition createDisposition )
Parameter
Returns
setDestinationEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
public CopyJobConfiguration . Builder setDestinationEncryptionConfiguration ( EncryptionConfiguration encryptionConfiguration )
Parameter
Returns
setDestinationExpirationTime(String destinationExpirationTime)
public CopyJobConfiguration . Builder setDestinationExpirationTime ( String destinationExpirationTime )
Parameter
Name Description destinationExpirationTime String
Returns
setDestinationTable(TableId destinationTable)
public CopyJobConfiguration . Builder setDestinationTable ( TableId destinationTable )
Sets the destination table of the copy job.
Parameter
Name Description destinationTable TableId
Returns
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
Returns
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
Returns
setOperationType(String operationType)
public CopyJobConfiguration . Builder setOperationType ( String operationType )
Parameter
Name Description operationType String
Returns
setSourceTables(List<TableId> sourceTables)
public CopyJobConfiguration . Builder setSourceTables ( List<TableId> sourceTables )
Sets the source tables to copy.
Parameter
Returns
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
Parameter
Returns
Send feedback
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 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]