public static interface ScheduledWindowExecution.Builder extends SdkPojo, CopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution>
| Modifier and Type | Method and Description |
|---|---|
ScheduledWindowExecution.Builder |
executionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
|
ScheduledWindowExecution.Builder |
name(String name)
The name of the maintenance window to be run.
|
ScheduledWindowExecution.Builder |
windowId(String windowId)
The ID of the maintenance window to be run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledWindowExecution.Builder windowId(String windowId)
The ID of the maintenance window to be run.
windowId - The ID of the maintenance window to be run.ScheduledWindowExecution.Builder name(String name)
The name of the maintenance window to be run.
name - The name of the maintenance window to be run.ScheduledWindowExecution.Builder executionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
executionTime - The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.Copyright © 2023. All rights reserved.