| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution.Builder |
AutomationExecution.Builder.automationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecution.Builder |
AutomationExecution.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The execution status of the Automation.
|
AutomationExecution.Builder |
AutomationExecution.Builder.automationExecutionStatus(String automationExecutionStatus)
The execution status of the Automation.
|
static AutomationExecution.Builder |
AutomationExecution.builder() |
AutomationExecution.Builder |
AutomationExecution.Builder.documentName(String documentName)
The name of the Automation document used during the execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.documentVersion(String documentVersion)
The version of the document to use during execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.executionEndTime(Instant executionEndTime)
The time the execution finished.
|
AutomationExecution.Builder |
AutomationExecution.Builder.executionStartTime(Instant executionStartTime)
The time the execution started.
|
AutomationExecution.Builder |
AutomationExecution.Builder.failureMessage(String failureMessage)
A message describing why an execution has failed, if the status is set to Failed.
|
AutomationExecution.Builder |
AutomationExecution.Builder.outputs(Map<String,? extends Collection<String>> outputs)
The list of execution outputs as defined in the automation document.
|
AutomationExecution.Builder |
AutomationExecution.Builder.parameters(Map<String,? extends Collection<String>> parameters)
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
AutomationExecution.Builder |
AutomationExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutomationExecution.Builder> |
AutomationExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAutomationExecutionResponse.Builder |
GetAutomationExecutionResponse.Builder.automationExecution(Consumer<AutomationExecution.Builder> automationExecution)
Detailed information about the current state of an automation execution.
|
Copyright © 2017. All rights reserved.