Class BigqueryConnectionCloudSpannerOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionCloudSpannerOutputReference
-
- 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.630Z") @Stability(Stable) public class BigqueryConnectionCloudSpannerOutputReference 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 BigqueryConnectionCloudSpannerOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBigqueryConnectionCloudSpannerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryConnectionCloudSpannerOutputReference(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
-
BigqueryConnectionCloudSpannerOutputReference
protected BigqueryConnectionCloudSpannerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryConnectionCloudSpannerOutputReference
protected BigqueryConnectionCloudSpannerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryConnectionCloudSpannerOutputReference
@Stability(Stable) public BigqueryConnectionCloudSpannerOutputReference(@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
-
resetDatabaseRole
@Stability(Stable) public void resetDatabaseRole()
-
resetMaxParallelism
@Stability(Stable) public void resetMaxParallelism()
-
resetUseDataBoost
@Stability(Stable) public void resetUseDataBoost()
-
resetUseParallelism
@Stability(Stable) public void resetUseParallelism()
-
resetUseServerlessAnalytics
@Stability(Stable) public void resetUseServerlessAnalytics()
-
getDatabaseInput
@Stability(Stable) @Nullable public String getDatabaseInput()
-
getDatabaseRoleInput
@Stability(Stable) @Nullable public String getDatabaseRoleInput()
-
getMaxParallelismInput
@Stability(Stable) @Nullable public Number getMaxParallelismInput()
-
getUseDataBoostInput
@Stability(Stable) @Nullable public Object getUseDataBoostInput()
-
getUseParallelismInput
@Stability(Stable) @Nullable public Object getUseParallelismInput()
-
getUseServerlessAnalyticsInput
@Stability(Stable) @Nullable public Object getUseServerlessAnalyticsInput()
-
getDatabase
@Stability(Stable) @NotNull public String getDatabase()
-
setDatabase
@Stability(Stable) public void setDatabase(@NotNull String value)
-
getDatabaseRole
@Stability(Stable) @NotNull public String getDatabaseRole()
-
setDatabaseRole
@Stability(Stable) public void setDatabaseRole(@NotNull String value)
-
getMaxParallelism
@Stability(Stable) @NotNull public Number getMaxParallelism()
-
setMaxParallelism
@Stability(Stable) public void setMaxParallelism(@NotNull Number value)
-
getUseDataBoost
@Stability(Stable) @NotNull public Object getUseDataBoost()
-
setUseDataBoost
@Stability(Stable) public void setUseDataBoost(@NotNull Boolean value)
-
setUseDataBoost
@Stability(Stable) public void setUseDataBoost(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getUseParallelism
@Stability(Stable) @NotNull public Object getUseParallelism()
-
setUseParallelism
@Stability(Stable) public void setUseParallelism(@NotNull Boolean value)
-
setUseParallelism
@Stability(Stable) public void setUseParallelism(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getUseServerlessAnalytics
@Stability(Stable) @NotNull public Object getUseServerlessAnalytics()
-
setUseServerlessAnalytics
@Stability(Stable) public void setUseServerlessAnalytics(@NotNull Boolean value)
-
setUseServerlessAnalytics
@Stability(Stable) public void setUseServerlessAnalytics(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public BigqueryConnectionCloudSpanner getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BigqueryConnectionCloudSpanner value)
-
-