public static interface GetMaintenanceWindowExecutionTaskInvocationResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetMaintenanceWindowExecutionTaskInvocationResponse.Builder,GetMaintenanceWindowExecutionTaskInvocationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
taskType - Retrieves the task type for a maintenance window.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskInvocationResponse.Builder taskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window.
taskType - Retrieves the task type for a maintenance window.MaintenanceWindowTaskType,
MaintenanceWindowTaskTypeGetMaintenanceWindowExecutionTaskInvocationResponse.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,
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 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 Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
ownerInformation - User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge 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 © 2022. All rights reserved.