public static interface GetMaintenanceWindowExecutionResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionResponse.Builder,GetMaintenanceWindowExecutionResponse>
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionResponse.Builder |
endTime(Instant endTime)
The time the maintenance window finished running.
|
GetMaintenanceWindowExecutionResponse.Builder |
startTime(Instant startTime)
The time the maintenance window started running.
|
GetMaintenanceWindowExecutionResponse.Builder |
status(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
status(String status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResponse.Builder |
statusDetails(String statusDetails)
The details explaining the Status.
|
GetMaintenanceWindowExecutionResponse.Builder |
taskIds(Collection<String> 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.
|
GetMaintenanceWindowExecutionResponse.Builder |
windowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
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
,
MaintenanceWindowExecutionStatus
GetMaintenanceWindowExecutionResponse.Builder status(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
status
- The status of the maintenance window execution.MaintenanceWindowExecutionStatus
,
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(Instant startTime)
The time the maintenance window started running.
startTime
- The time the maintenance window started running.GetMaintenanceWindowExecutionResponse.Builder endTime(Instant endTime)
The time the maintenance window finished running.
endTime
- The time the maintenance window finished running.Copyright © 2020. All rights reserved.