| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata |
AutomationExecutionMetadata.addOutputsEntry(String key,
List<String> value) |
AutomationExecutionMetadata |
AutomationExecutionMetadata.clearOutputsEntries()
Removes all the entries added into Outputs.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.clone() |
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationExecutionStatus(String automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationType(AutomationType automationType)
Use this filter with DescribeAutomationExecutions.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withAutomationType(String automationType)
Use this filter with DescribeAutomationExecutions.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withCurrentAction(String currentAction)
The action of the step that is currently running.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withCurrentStepName(String currentStepName)
The name of the step that is currently running.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withDocumentName(String documentName)
The name of the Automation document used during execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withDocumentVersion(String documentVersion)
The document version used during the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutedBy(String executedBy)
The IAM role ARN of the user who ran the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutionEndTime(Date executionEndTime)
The time the execution finished.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withExecutionStartTime(Date executionStartTime)
The time the execution started.>
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withFailureMessage(String failureMessage)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withLogFile(String logFile)
An Amazon S3 bucket where execution information is stored.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withMaxConcurrency(String maxConcurrency)
The MaxConcurrency value specified by the user when starting the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withMaxErrors(String maxErrors)
The MaxErrors value specified by the user when starting the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withMode(ExecutionMode mode)
The Automation execution mode.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withMode(String mode)
The Automation execution mode.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withOutputs(Map<String,List<String>> outputs)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withParentAutomationExecutionId(String parentAutomationExecutionId)
The ExecutionId of the parent Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withResolvedTargets(ResolvedTargets resolvedTargets)
A list of targets that resolved during the execution.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTarget(String target)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTargetMaps(Map<String,List<String>>... targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTargetParameterName(String targetParameterName)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTargets(Collection<Target> targets)
The targets defined by the user when starting the Automation.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withTargets(Target... targets)
The targets defined by the user when starting the Automation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecutionMetadata> |
DescribeAutomationExecutionsResult.getAutomationExecutionMetadataList()
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutomationExecutionsResult.setAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
DescribeAutomationExecutionsResult |
DescribeAutomationExecutionsResult.withAutomationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if
any.
|
Copyright © 2019. All rights reserved.