CopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
, SdkBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
public static interface GetMaintenanceWindowExecutionResponse.Builder extends CopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetMaintenanceWindowExecutionResponse.Builder |
endTime(Date endTime) |
The time the Maintenance Window finished executing.
|
GetMaintenanceWindowExecutionResponse.Builder |
startTime(Date startTime) |
The time the Maintenance Window started executing.
|
GetMaintenanceWindowExecutionResponse.Builder |
status(String status) |
The status of the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
status(MaintenanceWindowExecutionStatus status) |
The status of the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
statusDetails(String statusDetails) |
The details explaining the Status.
|
GetMaintenanceWindowExecutionResponse.Builder |
taskIds(String... taskIds) |
The ID of the task executions from the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
taskIds(Collection<String> taskIds) |
The ID of the task executions from the Maintenance Window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
windowExecutionId(String windowExecutionId) |
The ID of the Maintenance Window execution.
|
copy
apply, build
GetMaintenanceWindowExecutionResponse.Builder windowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution.
windowExecutionId
- The ID of the Maintenance Window execution.GetMaintenanceWindowExecutionResponse.Builder taskIds(Collection<String> taskIds)
The ID of the task executions from the Maintenance Window execution.
taskIds
- The ID of the task executions from the Maintenance Window execution.GetMaintenanceWindowExecutionResponse.Builder taskIds(String... taskIds)
The ID of the task executions from the Maintenance Window execution.
NOTE: This method appends the values to the existing list (if any). Use
#setTaskIds(java.util.Collection)
or #withTaskIds(java.util.Collection)
if you want to
override the existing values.
taskIds
- The ID of the task executions from the Maintenance Window execution.GetMaintenanceWindowExecutionResponse.Builder status(String status)
The status of the Maintenance Window execution.
status
- The status of the Maintenance Window execution.MaintenanceWindowExecutionStatus
GetMaintenanceWindowExecutionResponse.Builder status(MaintenanceWindowExecutionStatus status)
The status of the Maintenance Window execution.
status
- The status of the Maintenance Window execution.MaintenanceWindowExecutionStatus
GetMaintenanceWindowExecutionResponse.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.GetMaintenanceWindowExecutionResponse.Builder startTime(Date startTime)
The time the Maintenance Window started executing.
startTime
- The time the Maintenance Window started executing.GetMaintenanceWindowExecutionResponse.Builder endTime(Date endTime)
The time the Maintenance Window finished executing.
endTime
- The time the Maintenance Window finished executing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.