| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.builder() |
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 S3 where the task results are logged.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.loggingInfo(LoggingInfo loggingInfo)
The location in 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 ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS)
notifications for maintenance window Run Command tasks.
|
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(MaintenanceWindowTaskType taskType)
The type of task to run.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskType(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMaintenanceWindowTaskResponse.Builder> |
GetMaintenanceWindowTaskResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.