Interface ScheduledWindowExecution.Builder

  • Method Details

    • windowId

      The ID of the maintenance window to be run.

      Parameters:
      windowId - The ID of the maintenance window to be run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the maintenance window to be run.

      Parameters:
      name - The name of the maintenance window to be run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionTime

      ScheduledWindowExecution.Builder executionTime(String executionTime)

      The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

      Parameters:
      executionTime - The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.