Uses of Interface
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTask.Builder
Packages that use MaintenanceWindowTask.Builder
-
Uses of MaintenanceWindowTask.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTask.BuilderModifier and TypeMethodDescriptiondefault MaintenanceWindowTask.BuilderMaintenanceWindowTask.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm applied to your maintenance window task.MaintenanceWindowTask.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm applied to your maintenance window task.MaintenanceWindowTask.builder()MaintenanceWindowTask.Builder.cutoffBehavior(String cutoffBehavior) The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.MaintenanceWindowTask.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.MaintenanceWindowTask.Builder.description(String description) A description of the task.default MaintenanceWindowTask.BuilderMaintenanceWindowTask.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) Information about an S3 bucket to write task-level logs to.MaintenanceWindowTask.Builder.loggingInfo(LoggingInfo loggingInfo) Information about an S3 bucket to write task-level logs to.MaintenanceWindowTask.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets this task can be run for, in parallel.The maximum number of errors allowed before this task stops being scheduled.The task name.The priority of the task in the maintenance window.MaintenanceWindowTask.Builder.serviceRoleArn(String serviceRoleArn) The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task.MaintenanceWindowTask.Builder.targets(Collection<Target> targets) The targets (either managed nodes or tags).MaintenanceWindowTask.Builder.targets(Consumer<Target.Builder>... targets) The targets (either managed nodes or tags).The targets (either managed nodes or tags).The resource that the task uses during execution.MaintenanceWindowTask.Builder.taskParameters(Map<String, MaintenanceWindowTaskParameterValueExpression> taskParameters) The parameters that should be passed to the task when it is run.MaintenanceWindowTask.toBuilder()The type of task.MaintenanceWindowTask.Builder.type(MaintenanceWindowTaskType type) The type of task.The ID of the maintenance window where the task is registered.MaintenanceWindowTask.Builder.windowTaskId(String windowTaskId) The task ID.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowTask.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MaintenanceWindowTask.Builder>MaintenanceWindowTask.serializableBuilderClass()