Class SqlDatabaseInstanceRestoreBackupContextOutputReference

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

      • SqlDatabaseInstanceRestoreBackupContextOutputReference

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

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

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

      • resetInstanceId

        @Stability(Stable)
        public void resetInstanceId()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • getBackupRunIdInput

        @Stability(Stable)
        @Nullable
        public Number getBackupRunIdInput()
      • getInstanceIdInput

        @Stability(Stable)
        @Nullable
        public String getInstanceIdInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getBackupRunId

        @Stability(Stable)
        @NotNull
        public Number getBackupRunId()
      • setBackupRunId

        @Stability(Stable)
        public void setBackupRunId​(@NotNull
                                   Number value)
      • getInstanceId

        @Stability(Stable)
        @NotNull
        public String getInstanceId()
      • setInstanceId

        @Stability(Stable)
        public void setInstanceId​(@NotNull
                                  String value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

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