Class BigqueryJobCopyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobCopyOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.689Z") @Stability(Stable) public class BigqueryJobCopyOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description BigqueryJobCopyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryJobCopyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryJobCopyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
BigqueryJobCopyOutputReference
protected BigqueryJobCopyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryJobCopyOutputReference
protected BigqueryJobCopyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryJobCopyOutputReference
@Stability(Stable) public BigqueryJobCopyOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putDestinationEncryptionConfiguration
@Stability(Stable) public void putDestinationEncryptionConfiguration(@NotNull BigqueryJobCopyDestinationEncryptionConfiguration value)- Parameters:
value- This parameter is required.
-
putDestinationTable
@Stability(Stable) public void putDestinationTable(@NotNull BigqueryJobCopyDestinationTable value)- Parameters:
value- This parameter is required.
-
putSourceTables
@Stability(Stable) public void putSourceTables(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCreateDisposition
@Stability(Stable) public void resetCreateDisposition()
-
resetDestinationEncryptionConfiguration
@Stability(Stable) public void resetDestinationEncryptionConfiguration()
-
resetDestinationTable
@Stability(Stable) public void resetDestinationTable()
-
resetWriteDisposition
@Stability(Stable) public void resetWriteDisposition()
-
getDestinationEncryptionConfiguration
@Stability(Stable) @NotNull public BigqueryJobCopyDestinationEncryptionConfigurationOutputReference getDestinationEncryptionConfiguration()
-
getDestinationTable
@Stability(Stable) @NotNull public BigqueryJobCopyDestinationTableOutputReference getDestinationTable()
-
getSourceTables
@Stability(Stable) @NotNull public BigqueryJobCopySourceTablesList getSourceTables()
-
getCreateDispositionInput
@Stability(Stable) @Nullable public String getCreateDispositionInput()
-
getDestinationEncryptionConfigurationInput
@Stability(Stable) @Nullable public BigqueryJobCopyDestinationEncryptionConfiguration getDestinationEncryptionConfigurationInput()
-
getDestinationTableInput
@Stability(Stable) @Nullable public BigqueryJobCopyDestinationTable getDestinationTableInput()
-
getSourceTablesInput
@Stability(Stable) @Nullable public Object getSourceTablesInput()
-
getWriteDispositionInput
@Stability(Stable) @Nullable public String getWriteDispositionInput()
-
getCreateDisposition
@Stability(Stable) @NotNull public String getCreateDisposition()
-
setCreateDisposition
@Stability(Stable) public void setCreateDisposition(@NotNull String value)
-
getWriteDisposition
@Stability(Stable) @NotNull public String getWriteDisposition()
-
setWriteDisposition
@Stability(Stable) public void setWriteDisposition(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryJobCopy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryJobCopy value)
-
-