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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-