| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static Runbook.Builder |
Runbook.builder() |
Runbook.Builder |
Runbook.Builder.documentName(String documentName)
The name of the Automation runbook used in a runbook workflow.
|
Runbook.Builder |
Runbook.Builder.documentVersion(String documentVersion)
The version of the Automation runbook used in a runbook workflow.
|
Runbook.Builder |
Runbook.Builder.maxConcurrency(String maxConcurrency)
The
MaxConcurrency value specified by the user when the operation started, indicating the
maximum number of resources that the runbook operation can run on at the same time. |
Runbook.Builder |
Runbook.Builder.maxErrors(String maxErrors)
The
MaxErrors value specified by the user when the execution started, indicating the maximum
number of errors that can occur during the operation before the updates are stopped or rolled back. |
Runbook.Builder |
Runbook.Builder.parameters(Map<String,? extends Collection<String>> parameters)
The key-value map of execution parameters, which were supplied when calling
StartChangeRequestExecution. |
Runbook.Builder |
Runbook.Builder.targetLocations(Collection<TargetLocation> targetLocations)
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Runbook operation.
|
Runbook.Builder |
Runbook.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations)
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Runbook operation.
|
Runbook.Builder |
Runbook.Builder.targetLocations(TargetLocation... targetLocations)
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Runbook operation.
|
Runbook.Builder |
Runbook.Builder.targetParameterName(String targetParameterName)
The name of the parameter used as the target resource for the rate-controlled runbook workflow.
|
Runbook.Builder |
Runbook.Builder.targets(Collection<Target> targets)
A key-value mapping to target resources that the runbook operation performs tasks on.
|
Runbook.Builder |
Runbook.Builder.targets(Consumer<Target.Builder>... targets)
A key-value mapping to target resources that the runbook operation performs tasks on.
|
Runbook.Builder |
Runbook.Builder.targets(Target... targets)
A key-value mapping to target resources that the runbook operation performs tasks on.
|
Runbook.Builder |
Runbook.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Runbook.Builder> |
Runbook.serializableBuilderClass() |
Copyright © 2022. All rights reserved.