Interface ScheduledWindowExecution.Builder

    • Method Detail

      • windowId

        ScheduledWindowExecution.Builder windowId​(String 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

        ScheduledWindowExecution.Builder name​(String 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.