Interface MaintenanceWindowExecutionTaskInvocationIdentity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,,- MaintenanceWindowExecutionTaskInvocationIdentity> - SdkBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,,- MaintenanceWindowExecutionTaskInvocationIdentity> - SdkPojo
- Enclosing class:
- MaintenanceWindowExecutionTaskInvocationIdentity
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
windowExecutionIdMaintenanceWindowExecutionTaskInvocationIdentity.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.
 
- 
taskExecutionIdThe 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.
 
- 
invocationIdThe 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.
 
- 
executionIdThe 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 is- RUN_COMMAND, this value is the command ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taskTypeThe task type. - Parameters:
- taskType- The task type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
taskTypeMaintenanceWindowExecutionTaskInvocationIdentity.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:
 
- 
parametersThe 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.
 
- 
statusThe 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:
 
- 
statusMaintenanceWindowExecutionTaskInvocationIdentity.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:
 
- 
statusDetailsThe 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.
 
- 
startTimeThe 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.
 
- 
endTimeThe 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.
 
- 
ownerInformationUser-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.
 
- 
windowTargetIdThe 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.
 
 
-