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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMaintenanceWindowExecutionResponse.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,
MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionResponse.Builder status(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
status - The status of the maintenance window execution.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionResponse.Builder statusDetails(String statusDetails)
The details explaining the status. Not available for all status values.
statusDetails - The details explaining the status. Not available for all 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 © 2021. All rights reserved.