Class BigqueryDataTransferConfigScheduleOptionsOutputReference

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

      • BigqueryDataTransferConfigScheduleOptionsOutputReference

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

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

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

      • resetDisableAutoScheduling

        @Stability(Stable)
        public void resetDisableAutoScheduling()
      • resetEndTime

        @Stability(Stable)
        public void resetEndTime()
      • resetStartTime

        @Stability(Stable)
        public void resetStartTime()
      • getDisableAutoSchedulingInput

        @Stability(Stable)
        @Nullable
        public Object getDisableAutoSchedulingInput()
      • getEndTimeInput

        @Stability(Stable)
        @Nullable
        public String getEndTimeInput()
      • getStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getStartTimeInput()
      • getDisableAutoScheduling

        @Stability(Stable)
        @NotNull
        public Object getDisableAutoScheduling()
      • setDisableAutoScheduling

        @Stability(Stable)
        public void setDisableAutoScheduling​(@NotNull
                                             Boolean value)
      • setDisableAutoScheduling

        @Stability(Stable)
        public void setDisableAutoScheduling​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)
      • getEndTime

        @Stability(Stable)
        @NotNull
        public String getEndTime()
      • setEndTime

        @Stability(Stable)
        public void setEndTime​(@NotNull
                               String value)
      • getStartTime

        @Stability(Stable)
        @NotNull
        public String getStartTime()
      • setStartTime

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