public static interface GetMaintenanceWindowExecutionTaskInvocationResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetMaintenanceWindowExecutionTaskInvocationResponse.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_FUNCTIONS, AUTOMATION, RUN_COMMAND.
taskType
- Retrieves the task type for a maintenance window. Task types include the following: LAMBDA,
STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window. Task types include the following: LAMBDA, STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.
taskType
- Retrieves the task type for a maintenance window. Task types include the following: LAMBDA,
STEP_FUNCTIONS, AUTOMATION, RUN_COMMAND.MaintenanceWindowTaskType
,
MaintenanceWindowTaskType
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder parameters(String parameters)
The parameters used at the time that the task ran.
parameters
- The parameters used at the time that the task ran.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(String status)
The task status for an invocation.
status
- The task status for an invocation.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder status(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
status
- The task status for an invocation.MaintenanceWindowExecutionStatus
,
MaintenanceWindowExecutionStatus
GetMaintenanceWindowExecutionTaskInvocationResponse.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 running on the target.
startTime
- The time that the task started running on the target.GetMaintenanceWindowExecutionTaskInvocationResponse.Builder endTime(Instant endTime)
The time that the task finished running on the target.
endTime
- The time that the task finished running 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 © 2021 Amazon Web Services, Inc. All Rights Reserved.