CopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>, SdkBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>public static interface MaintenanceWindowExecution.Builder extends CopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
| Modifier and Type | Method | Description |
|---|---|---|
MaintenanceWindowExecution.Builder |
endTime(Date endTime) |
The time the execution finished.
|
MaintenanceWindowExecution.Builder |
startTime(Date startTime) |
The time the execution started.
|
MaintenanceWindowExecution.Builder |
status(String status) |
The status of the execution.
|
MaintenanceWindowExecution.Builder |
status(MaintenanceWindowExecutionStatus status) |
The status of the execution.
|
MaintenanceWindowExecution.Builder |
statusDetails(String statusDetails) |
The details explaining the Status.
|
MaintenanceWindowExecution.Builder |
windowExecutionId(String windowExecutionId) |
The ID of the Maintenance Window execution.
|
MaintenanceWindowExecution.Builder |
windowId(String windowId) |
The ID of the Maintenance Window.
|
copyapply, buildMaintenanceWindowExecution.Builder windowId(String windowId)
The ID of the Maintenance Window.
windowId - The ID of the Maintenance Window.MaintenanceWindowExecution.Builder windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution.
windowExecutionId - The ID of the Maintenance Window execution.MaintenanceWindowExecution.Builder status(String status)
The status of the execution.
status - The status of the execution.MaintenanceWindowExecutionStatusMaintenanceWindowExecution.Builder status(MaintenanceWindowExecutionStatus status)
The status of the execution.
status - The status of the execution.MaintenanceWindowExecutionStatusMaintenanceWindowExecution.Builder statusDetails(String statusDetails)
The details explaining the Status. Only available for certain status values.
statusDetails - The details explaining the Status. Only available for certain status values.MaintenanceWindowExecution.Builder startTime(Date startTime)
The time the execution started.
startTime - The time the execution started.MaintenanceWindowExecution.Builder endTime(Date endTime)
The time the execution finished.
endTime - The time the execution finished.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.