public static interface GetMaintenanceWindowExecutionTaskInvocationResponse.Builder extends SSMResponse.Builder, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetMaintenanceWindowExecutionTaskInvocationResponse.Builder windowExecutionId(String windowExecutionId)
The Maintenance Window execution ID.
windowExecutionId - The Maintenance Window execution ID.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskExecutionId(String taskExecutionId)
The task execution ID.
taskExecutionId - The task execution ID.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder invocationId(String invocationId)
The invocation ID.
invocationId - The invocation ID.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder executionId(String executionId)
The execution ID.
executionId - The execution ID.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(String taskType)
Retrieves the task type for a Maintenance Window. Task types include the following: LAMBDA, STEP_FUNCTION, AUTOMATION, RUN_COMMAND.
taskType - Retrieves the task type for a Maintenance Window. Task types include the following: LAMBDA,
STEP_FUNCTION, AUTOMATION, RUN_COMMAND.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a Maintenance Window. Task types include the following: LAMBDA, STEP_FUNCTION, AUTOMATION, RUN_COMMAND.
taskType - Retrieves the task type for a Maintenance Window. Task types include the following: LAMBDA,
STEP_FUNCTION, AUTOMATION, RUN_COMMAND.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskInvocationResponse.Builder parameters(String parameters)
The parameters used at the time that the task executed.
parameters - The parameters used at the time that the task executed.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(String status)
The task status for an invocation.
status - The task status for an invocation.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
status - The task status for an invocation.MaintenanceWindowExecutionStatus,
MaintenanceWindowExecutionStatusGetMaintenanceWindowExecutionTaskInvocationResponse.Builder statusDetails(String statusDetails)
The details explaining the status. Details are only available for certain status values.
statusDetails - The details explaining the status. Details are only available for certain status values.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder startTime(Instant startTime)
The time that the task started executing on the target.
startTime - The time that the task started executing on the target.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder endTime(Instant endTime)
The time that the task finished executing on the target.
endTime - The time that the task finished executing on the target.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder ownerInformation(String ownerInformation)
User-provided value to be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.
ownerInformation - User-provided value to be included in any CloudWatch events raised while running tasks for these
targets in this Maintenance Window.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder windowTargetId(String windowTargetId)
The Maintenance Window target ID.
windowTargetId - The Maintenance Window target ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.