| 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 (Automation document) used in a runbook workflow.
|
Runbook |
Runbook.withDocumentVersion(String documentVersion)
The version of the Automation runbook (Automation document) 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 AWS Regions and accounts targeted by the current Runbook operation.
|
Runbook |
Runbook.withTargetLocations(TargetLocation... targetLocations)
Information about the AWS Regions and accounts targeted by the current Runbook operation.
|
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> |
StartChangeRequestExecutionRequest.getRunbooks()
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
List<Runbook> |
AutomationExecution.getRunbooks()
Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.
|
List<Runbook> |
AutomationExecutionMetadata.getRunbooks()
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change
Manager.
|
| Modifier and Type | Method and Description |
|---|---|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
AutomationExecution |
AutomationExecution.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withRunbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change
Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartChangeRequestExecutionRequest.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
void |
AutomationExecution.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.
|
void |
AutomationExecutionMetadata.setRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change
Manager.
|
StartChangeRequestExecutionRequest |
StartChangeRequestExecutionRequest.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
AutomationExecution |
AutomationExecution.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withRunbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change
Manager.
|
Copyright © 2021. All rights reserved.