public static interface MaintenanceWindowExecutionTaskInvocationIdentity.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,MaintenanceWindowExecutionTaskInvocationIdentity>
equalsBySdkFields, sdkFields
copy
applyMutation, build
MaintenanceWindowExecutionTaskInvocationIdentity.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.MaintenanceWindowExecutionTaskInvocationIdentity.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.MaintenanceWindowExecutionTaskInvocationIdentity.Builder invocationId(String invocationId)
The ID of the task invocation.
invocationId
- The ID of the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder executionId(String executionId)
The ID of the action performed in the service that actually handled the task invocation. If the task type is
RUN_COMMAND
, this value is the command ID.
executionId
- The ID of the action performed in the service that actually handled the task invocation. If the task
type is RUN_COMMAND
, this value is the command ID.MaintenanceWindowExecutionTaskInvocationIdentity.Builder taskType(String taskType)
The task type.
taskType
- The task type.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
MaintenanceWindowExecutionTaskInvocationIdentity.Builder taskType(MaintenanceWindowTaskType taskType)
The task type.
taskType
- The task type.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
MaintenanceWindowExecutionTaskInvocationIdentity.Builder parameters(String parameters)
The parameters that were provided for the invocation when it was run.
parameters
- The parameters that were provided for the invocation when it was run.MaintenanceWindowExecutionTaskInvocationIdentity.Builder status(String status)
The status of the task invocation.
status
- The status of the task invocation.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
MaintenanceWindowExecutionTaskInvocationIdentity.Builder status(MaintenanceWindowExecutionStatus status)
The status of the task invocation.
status
- The status of the task invocation.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
MaintenanceWindowExecutionTaskInvocationIdentity.Builder statusDetails(String statusDetails)
The details explaining the status of the task invocation. Not available for all status values.
statusDetails
- The details explaining the status of the task invocation. Not available for all status values.MaintenanceWindowExecutionTaskInvocationIdentity.Builder startTime(Instant startTime)
The time the invocation started.
startTime
- The time the invocation started.MaintenanceWindowExecutionTaskInvocationIdentity.Builder endTime(Instant endTime)
The time the invocation finished.
endTime
- The time the invocation finished.MaintenanceWindowExecutionTaskInvocationIdentity.Builder ownerInformation(String ownerInformation)
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
ownerInformation
- User-provided value that was specified when the target was registered with the maintenance window.
This was also included in any Amazon CloudWatch Events events raised during the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder windowTargetId(String windowTargetId)
The ID of the target definition in this maintenance window the invocation was performed for.
windowTargetId
- The ID of the target definition in this maintenance window the invocation was performed for.Copyright © 2023. All rights reserved.