Uses of Interface
software.amazon.awssdk.services.ssm.model.MaintenanceWindowExecutionTaskIdentity.Builder
Packages that use MaintenanceWindowExecutionTaskIdentity.Builder
-
Uses of MaintenanceWindowExecutionTaskIdentity.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowExecutionTaskIdentity.BuilderModifier and TypeMethodDescriptionMaintenanceWindowExecutionTaskIdentity.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm applied to your maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm applied to your maintenance window task.MaintenanceWindowExecutionTaskIdentity.builder()The time the task execution finished.The time the task execution started.The status of the task execution.MaintenanceWindowExecutionTaskIdentity.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task execution.MaintenanceWindowExecutionTaskIdentity.Builder.statusDetails(String statusDetails) The details explaining the status of the task execution.The Amazon Resource Name (ARN) of the task that ran.MaintenanceWindowExecutionTaskIdentity.Builder.taskExecutionId(String taskExecutionId) The ID of the specific task execution in the maintenance window execution.The type of task that ran.MaintenanceWindowExecutionTaskIdentity.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task that ran.MaintenanceWindowExecutionTaskIdentity.toBuilder()MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarm that was invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the maintenance window task.MaintenanceWindowExecutionTaskIdentity.Builder.windowExecutionId(String windowExecutionId) The ID of the maintenance window execution that ran the task.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowExecutionTaskIdentity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder>MaintenanceWindowExecutionTaskIdentity.serializableBuilderClass()