Class BigqueryRoutineRemoteFunctionOptionsOutputReference

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

      • BigqueryRoutineRemoteFunctionOptionsOutputReference

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

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

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

      • resetConnection

        @Stability(Stable)
        public void resetConnection()
      • resetEndpoint

        @Stability(Stable)
        public void resetEndpoint()
      • resetMaxBatchingRows

        @Stability(Stable)
        public void resetMaxBatchingRows()
      • resetUserDefinedContext

        @Stability(Stable)
        public void resetUserDefinedContext()
      • getConnectionInput

        @Stability(Stable)
        @Nullable
        public String getConnectionInput()
      • getEndpointInput

        @Stability(Stable)
        @Nullable
        public String getEndpointInput()
      • getMaxBatchingRowsInput

        @Stability(Stable)
        @Nullable
        public String getMaxBatchingRowsInput()
      • getUserDefinedContextInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getUserDefinedContextInput()
      • getConnection

        @Stability(Stable)
        @NotNull
        public String getConnection()
      • setConnection

        @Stability(Stable)
        public void setConnection​(@NotNull
                                  String value)
      • getEndpoint

        @Stability(Stable)
        @NotNull
        public String getEndpoint()
      • setEndpoint

        @Stability(Stable)
        public void setEndpoint​(@NotNull
                                String value)
      • getMaxBatchingRows

        @Stability(Stable)
        @NotNull
        public String getMaxBatchingRows()
      • setMaxBatchingRows

        @Stability(Stable)
        public void setMaxBatchingRows​(@NotNull
                                       String value)
      • getUserDefinedContext

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getUserDefinedContext()
      • setUserDefinedContext

        @Stability(Stable)
        public void setUserDefinedContext​(@NotNull
                                          Map<String,​String> value)