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.
|
copy
applyMutation, build
ScheduledWindowExecution.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.