Uses of Interface
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowExecutionTaskResponse.Builder
Packages that use GetMaintenanceWindowExecutionTaskResponse.Builder
-
Uses of GetMaintenanceWindowExecutionTaskResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetMaintenanceWindowExecutionTaskResponse.BuilderModifier and TypeMethodDescriptionGetMaintenanceWindowExecutionTaskResponse.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm you applied to your maintenance window task.GetMaintenanceWindowExecutionTaskResponse.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm you applied to your maintenance window task.GetMaintenanceWindowExecutionTaskResponse.builder()The time the task execution completed.GetMaintenanceWindowExecutionTaskResponse.Builder.maxConcurrency(String maxConcurrency) The defined maximum number of task executions that could be run in parallel.The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.The priority of the task.GetMaintenanceWindowExecutionTaskResponse.Builder.serviceRole(String serviceRole) The role that was assumed when running the task.The time the task execution started.The status of the task.GetMaintenanceWindowExecutionTaskResponse.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task.GetMaintenanceWindowExecutionTaskResponse.Builder.statusDetails(String statusDetails) The details explaining the status.The Amazon Resource Name (ARN) of the task that ran.GetMaintenanceWindowExecutionTaskResponse.Builder.taskExecutionId(String taskExecutionId) The ID of the specific task execution in the maintenance window task that was retrieved.GetMaintenanceWindowExecutionTaskResponse.Builder.taskParameters(Collection<? extends Map<String, MaintenanceWindowTaskParameterValueExpression>> taskParameters) The parameters passed to the task when it was run.GetMaintenanceWindowExecutionTaskResponse.Builder.taskParameters(Map<String, MaintenanceWindowTaskParameterValueExpression>... taskParameters) The parameters passed to the task when it was run.GetMaintenanceWindowExecutionTaskResponse.toBuilder()GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarms that were invoked by the maintenance window task.GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarms that were invoked by the maintenance window task.GetMaintenanceWindowExecutionTaskResponse.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the maintenance window task.The type of task that was run.GetMaintenanceWindowExecutionTaskResponse.Builder.type(MaintenanceWindowTaskType type) The type of task that was run.GetMaintenanceWindowExecutionTaskResponse.Builder.windowExecutionId(String windowExecutionId) The ID of the maintenance window execution that includes the task.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetMaintenanceWindowExecutionTaskResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMaintenanceWindowExecutionTaskResponse.Builder>GetMaintenanceWindowExecutionTaskResponse.serializableBuilderClass()