Class BigqueryJobQueryScriptOptionsOutputReference

  • 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.705Z")
    @Stability(Stable)
    public class BigqueryJobQueryScriptOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BigqueryJobQueryScriptOptionsOutputReference

        protected BigqueryJobQueryScriptOptionsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • BigqueryJobQueryScriptOptionsOutputReference

        protected BigqueryJobQueryScriptOptionsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BigqueryJobQueryScriptOptionsOutputReference

        @Stability(Stable)
        public BigqueryJobQueryScriptOptionsOutputReference​(@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

      • resetKeyResultStatement

        @Stability(Stable)
        public void resetKeyResultStatement()
      • resetStatementByteBudget

        @Stability(Stable)
        public void resetStatementByteBudget()
      • resetStatementTimeoutMs

        @Stability(Stable)
        public void resetStatementTimeoutMs()
      • getKeyResultStatementInput

        @Stability(Stable)
        @Nullable
        public String getKeyResultStatementInput()
      • getStatementByteBudgetInput

        @Stability(Stable)
        @Nullable
        public String getStatementByteBudgetInput()
      • getStatementTimeoutMsInput

        @Stability(Stable)
        @Nullable
        public String getStatementTimeoutMsInput()
      • getKeyResultStatement

        @Stability(Stable)
        @NotNull
        public String getKeyResultStatement()
      • setKeyResultStatement

        @Stability(Stable)
        public void setKeyResultStatement​(@NotNull
                                          String value)
      • getStatementByteBudget

        @Stability(Stable)
        @NotNull
        public String getStatementByteBudget()
      • setStatementByteBudget

        @Stability(Stable)
        public void setStatementByteBudget​(@NotNull
                                           String value)
      • getStatementTimeoutMs

        @Stability(Stable)
        @NotNull
        public String getStatementTimeoutMs()
      • setStatementTimeoutMs

        @Stability(Stable)
        public void setStatementTimeoutMs​(@NotNull
                                          String value)