public static interface MaintenanceWindowExecution.Builder extends CopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowExecution.Builder |
endTime(Instant endTime)
The time the execution finished.
|
MaintenanceWindowExecution.Builder |
startTime(Instant startTime)
The time the execution started.
|
MaintenanceWindowExecution.Builder |
status(MaintenanceWindowExecutionStatus status)
The status of the execution.
|
MaintenanceWindowExecution.Builder |
status(String 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.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusMaintenanceWindowExecution.Builder status(MaintenanceWindowExecutionStatus status)
The status of the execution.
status - The status of the execution.MaintenanceWindowExecutionStatus,
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(Instant startTime)
The time the execution started.
startTime - The time the execution started.MaintenanceWindowExecution.Builder endTime(Instant endTime)
The time the execution finished.
endTime - The time the execution finished.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.