CopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,MaintenanceWindowExecutionTaskInvocationIdentity>, SdkBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,MaintenanceWindowExecutionTaskInvocationIdentity>public static interface MaintenanceWindowExecutionTaskInvocationIdentity.Builder extends CopyableBuilder<MaintenanceWindowExecutionTaskInvocationIdentity.Builder,MaintenanceWindowExecutionTaskInvocationIdentity>
| Modifier and Type | Method | Description |
|---|---|---|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
endTime(Date endTime) |
The time the invocation finished.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
executionId(String executionId) |
The ID of the action performed in the service that actually handled the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
invocationId(String invocationId) |
The ID of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
ownerInformation(String ownerInformation) |
User-provided value that was specified when the target was registered with the Maintenance Window.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
parameters(String parameters) |
The parameters that were provided for the invocation when it was executed.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
startTime(Date startTime) |
The time the invocation started.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
status(String status) |
The status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
status(MaintenanceWindowExecutionStatus status) |
The status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
statusDetails(String statusDetails) |
The details explaining the status of the task invocation.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
taskExecutionId(String taskExecutionId) |
The ID of the specific task execution in the Maintenance Window execution.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
windowExecutionId(String windowExecutionId) |
The ID of the Maintenance Window execution that ran the task.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
windowTargetId(String windowTargetId) |
The ID of the target definition in this Maintenance Window the invocation was performed for.
|
copyapply, buildMaintenanceWindowExecutionTaskInvocationIdentity.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 parameters(String parameters)
The parameters that were provided for the invocation when it was executed.
parameters - The parameters that were provided for the invocation when it was executed.MaintenanceWindowExecutionTaskInvocationIdentity.Builder status(String status)
The status of the task invocation.
status - The status of the task invocation.MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskInvocationIdentity.Builder status(MaintenanceWindowExecutionStatus status)
The status of the task invocation.
status - The status of the task invocation.MaintenanceWindowExecutionStatusMaintenanceWindowExecutionTaskInvocationIdentity.Builder statusDetails(String statusDetails)
The details explaining the status of the task invocation. Only available for certain Status values.
statusDetails - The details explaining the status of the task invocation. Only available for certain Status values.MaintenanceWindowExecutionTaskInvocationIdentity.Builder startTime(Date startTime)
The time the invocation started.
startTime - The time the invocation started.MaintenanceWindowExecutionTaskInvocationIdentity.Builder endTime(Date 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 CloudWatch 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 CloudWatch 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.