default GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) |
The details for the CloudWatch alarm you applied to your maintenance window task.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) |
The details for the CloudWatch alarm you applied to your maintenance window task.
|
static GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.builder() |
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(String cutoffBehavior) |
The action to take on tasks when the maintenance window cutoff time is reached.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) |
The action to take on tasks when the maintenance window cutoff time is reached.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.description(String description) |
The retrieved task description.
|
default GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) |
The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.loggingInfo(LoggingInfo loggingInfo) |
The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.maxConcurrency(String maxConcurrency) |
The maximum number of targets allowed to run this task in parallel.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.maxErrors(String maxErrors) |
The maximum number of errors allowed before the task stops being scheduled.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.name(String name) |
The retrieved task name.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.priority(Integer priority) |
The priority of the task when it runs.
|
GetMaintenanceWindowTaskResponse.Builder |
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 |
GetMaintenanceWindowTaskResponse.Builder.targets(Collection<Target> targets) |
The targets where the task should run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.targets(Consumer<Target.Builder>... targets) |
The targets where the task should run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.targets(Target... targets) |
The targets where the task should run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskArn(String taskArn) |
The resource that the task used during execution.
|
default GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskInvocationParameters(Consumer<MaintenanceWindowTaskInvocationParameters.Builder> taskInvocationParameters) |
The parameters to pass to the task when it runs.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters) |
The parameters to pass to the task when it runs.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters) |
The parameters to pass to the task when it runs.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskType(String taskType) |
The type of task to run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskType(MaintenanceWindowTaskType taskType) |
The type of task to run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.toBuilder() |
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.windowId(String windowId) |
The retrieved maintenance window ID.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.windowTaskId(String windowTaskId) |
The retrieved maintenance window task ID.
|