| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution |
AutomationExecution.addOutputsEntry(String key,
List<String> value) |
AutomationExecution |
AutomationExecution.addParametersEntry(String key,
List<String> value) |
AutomationExecution |
AutomationExecution.clearOutputsEntries()
Removes all the entries added into Outputs.
|
AutomationExecution |
AutomationExecution.clearParametersEntries()
Removes all the entries added into Parameters.
|
AutomationExecution |
AutomationExecution.clone() |
AutomationExecution |
GetAutomationExecutionResult.getAutomationExecution()
Detailed information about the current state of an automation execution.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecution |
AutomationExecution.withAutomationExecutionStatus(String automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecution |
AutomationExecution.withCurrentAction(String currentAction)
The action of the currently executing step.
|
AutomationExecution |
AutomationExecution.withCurrentStepName(String currentStepName)
The name of the currently executing step.
|
AutomationExecution |
AutomationExecution.withDocumentName(String documentName)
The name of the Automation document used during the execution.
|
AutomationExecution |
AutomationExecution.withDocumentVersion(String documentVersion)
The version of the document to use during execution.
|
AutomationExecution |
AutomationExecution.withExecutedBy(String executedBy)
The Amazon Resource Name (ARN) of the user who executed the automation.
|
AutomationExecution |
AutomationExecution.withExecutionEndTime(Date executionEndTime)
The time the execution finished.
|
AutomationExecution |
AutomationExecution.withExecutionStartTime(Date executionStartTime)
The time the execution started.
|
AutomationExecution |
AutomationExecution.withFailureMessage(String failureMessage)
A message describing why an execution has failed, if the status is set to Failed.
|
AutomationExecution |
AutomationExecution.withMaxConcurrency(String maxConcurrency)
The MaxConcurrency value specified by the user when the execution started.
|
AutomationExecution |
AutomationExecution.withMaxErrors(String maxErrors)
The MaxErrors value specified by the user when the execution started.
|
AutomationExecution |
AutomationExecution.withMode(ExecutionMode mode)
The automation execution mode.
|
AutomationExecution |
AutomationExecution.withMode(String mode)
The automation execution mode.
|
AutomationExecution |
AutomationExecution.withOutputs(Map<String,List<String>> outputs)
The list of execution outputs as defined in the automation document.
|
AutomationExecution |
AutomationExecution.withParameters(Map<String,List<String>> parameters)
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
|
AutomationExecution |
AutomationExecution.withParentAutomationExecutionId(String parentAutomationExecutionId)
The AutomationExecutionId of the parent automation.
|
AutomationExecution |
AutomationExecution.withResolvedTargets(ResolvedTargets resolvedTargets)
A list of resolved targets in the rate control execution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
AutomationExecution |
AutomationExecution.withStepExecutionsTruncated(Boolean stepExecutionsTruncated)
A boolean value that indicates if the response contains the full list of the Automation step executions.
|
AutomationExecution |
AutomationExecution.withTarget(String target)
The target of the execution.
|
AutomationExecution |
AutomationExecution.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecution |
AutomationExecution.withTargetMaps(Map<String,List<String>>... targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecution |
AutomationExecution.withTargetParameterName(String targetParameterName)
The parameter name.
|
AutomationExecution |
AutomationExecution.withTargets(Collection<Target> targets)
The specified targets.
|
AutomationExecution |
AutomationExecution.withTargets(Target... targets)
The specified targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAutomationExecutionResult.setAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
GetAutomationExecutionResult |
GetAutomationExecutionResult.withAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
Copyright © 2018. All rights reserved.