Interface ScheduledWindowExecution.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ScheduledWindowExecution.Builder,,- ScheduledWindowExecution> - SdkBuilder<ScheduledWindowExecution.Builder,,- ScheduledWindowExecution> - SdkPojo
- Enclosing class:
- ScheduledWindowExecution
@Mutable
@NotThreadSafe
public static interface ScheduledWindowExecution.Builder
extends SdkPojo, CopyableBuilder<ScheduledWindowExecution.Builder,ScheduledWindowExecution> 
- 
Method SummaryModifier and TypeMethodDescriptionexecutionTime(String executionTime) The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.The name of the maintenance window to be run.The ID of the maintenance window to be run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
windowIdThe 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.
 
- 
nameThe 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.
 
- 
executionTimeThe 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.
 
 
-