public static interface MaintenanceWindowExecutionTaskIdentity.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
equalsBySdkFields, sdkFields
copy
applyMutation, build
MaintenanceWindowExecutionTaskIdentity.Builder windowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that ran the task.
windowExecutionId
- The ID of the maintenance window execution that ran the task.MaintenanceWindowExecutionTaskIdentity.Builder taskExecutionId(String taskExecutionId)
The ID of the specific task execution in the maintenance window execution.
taskExecutionId
- The ID of the specific task execution in the maintenance window execution.MaintenanceWindowExecutionTaskIdentity.Builder status(String status)
The status of the task execution.
status
- The status of the task execution.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
MaintenanceWindowExecutionTaskIdentity.Builder status(MaintenanceWindowExecutionStatus status)
The status of the task execution.
status
- The status of the task execution.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
MaintenanceWindowExecutionTaskIdentity.Builder statusDetails(String statusDetails)
The details explaining the status of the task execution. Only available for certain status values.
statusDetails
- The details explaining the status of the task execution. Only available for certain status values.MaintenanceWindowExecutionTaskIdentity.Builder startTime(Instant startTime)
The time the task execution started.
startTime
- The time the task execution started.MaintenanceWindowExecutionTaskIdentity.Builder endTime(Instant endTime)
The time the task execution finished.
endTime
- The time the task execution finished.MaintenanceWindowExecutionTaskIdentity.Builder taskArn(String taskArn)
The ARN of the task that ran.
taskArn
- The ARN of the task that ran.MaintenanceWindowExecutionTaskIdentity.Builder taskType(String taskType)
The type of task that ran.
taskType
- The type of task that ran.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
MaintenanceWindowExecutionTaskIdentity.Builder taskType(MaintenanceWindowTaskType taskType)
The type of task that ran.
taskType
- The type of task that ran.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.