public static interface MaintenanceWindowExecutionTaskIdentity.Builder extends CopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
copyapply, buildMaintenanceWindowExecutionTaskIdentity.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,
MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskIdentity.Builder status(MaintenanceWindowExecutionStatus status)
The status of the task execution.
status - The status of the task execution.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskIdentity.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 executed task.
taskArn - The ARN of the executed task.MaintenanceWindowExecutionTaskIdentity.Builder taskType(String taskType)
The type of executed task.
taskType - The type of executed task.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeMaintenanceWindowExecutionTaskIdentity.Builder taskType(MaintenanceWindowTaskType taskType)
The type of executed task.
taskType - The type of executed task.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.