Class BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference
-
- 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.735Z") @Stability(Stable) public class BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference 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 BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(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
-
BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference
protected BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference
protected BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference
@Stability(Stable) public BigqueryTableExternalDataConfigurationBigtableOptionsOutputReference(@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
-
putColumnFamily
@Stability(Stable) public void putColumnFamily(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetColumnFamily
@Stability(Stable) public void resetColumnFamily()
-
resetIgnoreUnspecifiedColumnFamilies
@Stability(Stable) public void resetIgnoreUnspecifiedColumnFamilies()
-
resetOutputColumnFamiliesAsJson
@Stability(Stable) public void resetOutputColumnFamiliesAsJson()
-
resetReadRowkeyAsString
@Stability(Stable) public void resetReadRowkeyAsString()
-
getColumnFamily
@Stability(Stable) @NotNull public BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyList getColumnFamily()
-
getColumnFamilyInput
@Stability(Stable) @Nullable public Object getColumnFamilyInput()
-
getIgnoreUnspecifiedColumnFamiliesInput
@Stability(Stable) @Nullable public Object getIgnoreUnspecifiedColumnFamiliesInput()
-
getOutputColumnFamiliesAsJsonInput
@Stability(Stable) @Nullable public Object getOutputColumnFamiliesAsJsonInput()
-
getReadRowkeyAsStringInput
@Stability(Stable) @Nullable public Object getReadRowkeyAsStringInput()
-
getIgnoreUnspecifiedColumnFamilies
@Stability(Stable) @NotNull public Object getIgnoreUnspecifiedColumnFamilies()
-
setIgnoreUnspecifiedColumnFamilies
@Stability(Stable) public void setIgnoreUnspecifiedColumnFamilies(@NotNull Boolean value)
-
setIgnoreUnspecifiedColumnFamilies
@Stability(Stable) public void setIgnoreUnspecifiedColumnFamilies(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getOutputColumnFamiliesAsJson
@Stability(Stable) @NotNull public Object getOutputColumnFamiliesAsJson()
-
setOutputColumnFamiliesAsJson
@Stability(Stable) public void setOutputColumnFamiliesAsJson(@NotNull Boolean value)
-
setOutputColumnFamiliesAsJson
@Stability(Stable) public void setOutputColumnFamiliesAsJson(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getReadRowkeyAsString
@Stability(Stable) @NotNull public Object getReadRowkeyAsString()
-
setReadRowkeyAsString
@Stability(Stable) public void setReadRowkeyAsString(@NotNull Boolean value)
-
setReadRowkeyAsString
@Stability(Stable) public void setReadRowkeyAsString(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryTableExternalDataConfigurationBigtableOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryTableExternalDataConfigurationBigtableOptions value)
-
-