Interface ScheduledWindowExecution.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>, SdkBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>, SdkPojo
Enclosing class:
ScheduledWindowExecution

public static interface ScheduledWindowExecution.Builder extends SdkPojo, CopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>
  • 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.