| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
TargetLocation.Builder |
TargetLocation.Builder.accounts(Collection<String> accounts)
The Amazon Web Services accounts targeted by the current Automation execution.
|
TargetLocation.Builder |
TargetLocation.Builder.accounts(String... accounts)
The Amazon Web Services accounts targeted by the current Automation execution.
|
static TargetLocation.Builder |
TargetLocation.builder() |
TargetLocation.Builder |
TargetLocation.Builder.executionRoleName(String executionRoleName)
The Automation execution role used by the currently running Automation.
|
TargetLocation.Builder |
TargetLocation.Builder.regions(Collection<String> regions)
The Amazon Web Services Regions targeted by the current Automation execution.
|
TargetLocation.Builder |
TargetLocation.Builder.regions(String... regions)
The Amazon Web Services Regions targeted by the current Automation execution.
|
TargetLocation.Builder |
TargetLocation.Builder.targetLocationMaxConcurrency(String targetLocationMaxConcurrency)
The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the
Automation concurrently.
|
TargetLocation.Builder |
TargetLocation.Builder.targetLocationMaxErrors(String targetLocationMaxErrors)
The maximum number of errors allowed before the system stops queueing additional Automation executions for
the currently running Automation.
|
TargetLocation.Builder |
TargetLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetLocation.Builder> |
TargetLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StepExecution.Builder |
StepExecution.Builder.targetLocation(Consumer<TargetLocation.Builder> targetLocation)
The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Automation execution.
|
Copyright © 2021. All rights reserved.