Interface MaintenanceWindowExecutionTaskInvocationIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,
,MaintenanceWindowExecutionTaskInvocationIdentity> SdkBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,
,MaintenanceWindowExecutionTaskInvocationIdentity> SdkPojo
- Enclosing class:
MaintenanceWindowExecutionTaskInvocationIdentity
-
Method Summary
Modifier and TypeMethodDescriptionThe time the invocation finished.executionId
(String executionId) The ID of the action performed in the service that actually handled the task invocation.invocationId
(String invocationId) The ID of the task invocation.ownerInformation
(String ownerInformation) User-provided value that was specified when the target was registered with the maintenance window.parameters
(String parameters) The parameters that were provided for the invocation when it was run.The time the invocation started.The status of the task invocation.The status of the task invocation.statusDetails
(String statusDetails) The details explaining the status of the task invocation.taskExecutionId
(String taskExecutionId) The ID of the specific task execution in the maintenance window execution.The task type.taskType
(MaintenanceWindowTaskType taskType) The task type.windowExecutionId
(String windowExecutionId) The ID of the maintenance window execution that ran the task.windowTargetId
(String windowTargetId) The ID of the target definition in this maintenance window the invocation was performed for.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
windowExecutionId
MaintenanceWindowExecutionTaskInvocationIdentity.Builder windowExecutionId(String windowExecutionId) The ID of the maintenance window execution that ran the task.
- Parameters:
windowExecutionId
- The ID of the maintenance window execution that ran the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskExecutionId
The ID of the specific task execution in the maintenance window execution.
- Parameters:
taskExecutionId
- The ID of the specific task execution in the maintenance window execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
The ID of the task invocation.
- Parameters:
invocationId
- The ID of the task invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
executionId
- The ID of the action performed in the service that actually handled the task invocation. If the task type isRUN_COMMAND
, this value is the command ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskType
The task type.
- Parameters:
taskType
- The task type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskType
MaintenanceWindowExecutionTaskInvocationIdentity.Builder taskType(MaintenanceWindowTaskType taskType) The task type.
- Parameters:
taskType
- The task type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parameters
The parameters that were provided for the invocation when it was run.
- Parameters:
parameters
- The parameters that were provided for the invocation when it was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the task invocation.
- Parameters:
status
- The status of the task invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
MaintenanceWindowExecutionTaskInvocationIdentity.Builder status(MaintenanceWindowExecutionStatus status) The status of the task invocation.
- Parameters:
status
- The status of the task invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDetails
The details explaining the status of the task invocation. Not available for all status values.
- Parameters:
statusDetails
- The details explaining the status of the task invocation. Not available for all status values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time the invocation started.
- Parameters:
startTime
- The time the invocation started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time the invocation finished.
- Parameters:
endTime
- The time the invocation finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowTargetId
The ID of the target definition in this maintenance window the invocation was performed for.
- Parameters:
windowTargetId
- The ID of the target definition in this maintenance window the invocation was performed for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-