Interface ScheduledPlanExecutionMember.Builder

  • Method Details

    • executionTime

      ScheduledPlanExecutionMember.Builder executionTime(Instant executionTime)

      The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.

      Parameters:
      executionTime - The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleId

      The unique identifier of the backup rule that will execute at the scheduled time.

      Parameters:
      ruleId - The unique identifier of the backup rule that will execute at the scheduled time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleExecutionType

      ScheduledPlanExecutionMember.Builder ruleExecutionType(String ruleExecutionType)

      The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).

      Parameters:
      ruleExecutionType - The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ruleExecutionType

      ScheduledPlanExecutionMember.Builder ruleExecutionType(RuleExecutionType ruleExecutionType)

      The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).

      Parameters:
      ruleExecutionType - The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: