Uses of Interface
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowTaskResponse.Builder
Packages that use GetMaintenanceWindowTaskResponse.Builder
-
Uses of GetMaintenanceWindowTaskResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetMaintenanceWindowTaskResponse.BuilderModifier and TypeMethodDescriptionGetMaintenanceWindowTaskResponse.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm you applied to your maintenance window task.GetMaintenanceWindowTaskResponse.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm you applied to your maintenance window task.GetMaintenanceWindowTaskResponse.builder()GetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(String cutoffBehavior) The action to take on tasks when the maintenance window cutoff time is reached.GetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) The action to take on tasks when the maintenance window cutoff time is reached.GetMaintenanceWindowTaskResponse.Builder.description(String description) The retrieved task description.GetMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.GetMaintenanceWindowTaskResponse.Builder.loggingInfo(LoggingInfo loggingInfo) The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.GetMaintenanceWindowTaskResponse.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets allowed to run this task in parallel.The maximum number of errors allowed before the task stops being scheduled.The retrieved task name.The priority of the task when it runs.GetMaintenanceWindowTaskResponse.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.GetMaintenanceWindowTaskResponse.Builder.targets(Collection<Target> targets) The targets where the task should run.GetMaintenanceWindowTaskResponse.Builder.targets(Consumer<Target.Builder>... targets) The targets where the task should run.The targets where the task should run.The resource that the task used during execution.GetMaintenanceWindowTaskResponse.Builder.taskInvocationParameters(Consumer<MaintenanceWindowTaskInvocationParameters.Builder> taskInvocationParameters) The parameters to pass to the task when it runs.GetMaintenanceWindowTaskResponse.Builder.taskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters) The parameters to pass to the task when it runs.GetMaintenanceWindowTaskResponse.Builder.taskParameters(Map<String, MaintenanceWindowTaskParameterValueExpression> taskParameters) The parameters to pass to the task when it runs.The type of task to run.GetMaintenanceWindowTaskResponse.Builder.taskType(MaintenanceWindowTaskType taskType) The type of task to run.GetMaintenanceWindowTaskResponse.toBuilder()The retrieved maintenance window ID.GetMaintenanceWindowTaskResponse.Builder.windowTaskId(String windowTaskId) The retrieved maintenance window task ID.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetMaintenanceWindowTaskResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMaintenanceWindowTaskResponse.Builder>GetMaintenanceWindowTaskResponse.serializableBuilderClass()