| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Runbook |
Runbook.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
Runbook |
Runbook.clearParametersEntries()
Removes all the entries added into Parameters.
|
Runbook |
Runbook.clone() |
Runbook |
Runbook.withDocumentName(String documentName)
The name of the Automation runbook used in a runbook workflow.
|
Runbook |
Runbook.withDocumentVersion(String documentVersion)
The version of the Automation runbook used in a runbook workflow.
|
Runbook |
Runbook.withMaxConcurrency(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 |
Runbook.withMaxErrors(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 |
Runbook.withParameters(Map<String,List<String>> parameters)
The key-value map of execution parameters, which were supplied when calling
StartChangeRequestExecution. |
Runbook |
Runbook.withTargetLocations(Collection<TargetLocation> targetLocations)
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Runbook operation.
|
Runbook |
Runbook.withTargetLocations(TargetLocation... targetLocations)
Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Runbook operation.
|
Runbook |
Runbook.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of runbook parameters to target resources.
|
Runbook |
Runbook.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of runbook parameters to target resources.
|
Runbook |
Runbook.withTargetParameterName(String targetParameterName)
The name of the parameter used as the target resource for the rate-controlled runbook workflow.
|
Runbook |
Runbook.withTargets(Collection<Target> targets)
A key-value mapping to target resources that the runbook operation performs tasks on.
|
Runbook |
Runbook.withTargets(Target... targets)
A key-value mapping to target resources that the runbook operation performs tasks on.
|
| Modifier and Type | Method and Description |
|---|---|
List<Runbook> |
AutomationExecutionMetadata.getRunbooks()
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
List<Runbook> |
StartChangeRequestExecutionRequest.getRunbooks()
Information about the Automation runbooks that are run during the runbook workflow.
|
List<Runbook> |
AutomationExecution.getRunbooks()
Information about the Automation runbooks that are run as part of a runbook workflow.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
AutomationExecution |
AutomationExecution.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks that are run as part of a runbook workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationExecutionMetadata.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
void |
StartChangeRequestExecutionRequest.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
void |
AutomationExecution.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run as part of a runbook workflow.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run during the runbook workflow.
|
AutomationExecution |
AutomationExecution.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks that are run as part of a runbook workflow.
|
Copyright © 2023. All rights reserved.