| 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.currentAction(String currentAction)
The action of the step that is currently running.
|
AutomationExecution.Builder |
AutomationExecution.Builder.currentStepName(String currentStepName)
The name of the step that is currently running.
|
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.executedBy(String executedBy)
The Amazon Resource Name (ARN) of the user who ran the automation.
|
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.maxConcurrency(String maxConcurrency)
The MaxConcurrency value specified by the user when the execution started.
|
AutomationExecution.Builder |
AutomationExecution.Builder.maxErrors(String maxErrors)
The MaxErrors value specified by the user when the execution started.
|
AutomationExecution.Builder |
AutomationExecution.Builder.mode(ExecutionMode mode)
The automation execution mode.
|
AutomationExecution.Builder |
AutomationExecution.Builder.mode(String mode)
The automation execution mode.
|
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.parentAutomationExecutionId(String parentAutomationExecutionId)
The AutomationExecutionId of the parent automation.
|
default AutomationExecution.Builder |
AutomationExecution.Builder.progressCounters(Consumer<ProgressCounters.Builder> progressCounters)
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.progressCounters(ProgressCounters progressCounters)
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account
Automation execution.
|
default AutomationExecution.Builder |
AutomationExecution.Builder.resolvedTargets(Consumer<ResolvedTargets.Builder> resolvedTargets)
A list of resolved targets in the rate control execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.resolvedTargets(ResolvedTargets resolvedTargets)
A list of resolved targets in the rate control execution.
|
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(Consumer<StepExecution.Builder>... 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.Builder.stepExecutionsTruncated(Boolean stepExecutionsTruncated)
A boolean value that indicates if the response contains the full list of the Automation step executions.
|
AutomationExecution.Builder |
AutomationExecution.Builder.target(String target)
The target of the execution.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetLocations(Collection<TargetLocation> targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetLocations(TargetLocation... targetLocations)
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targetParameterName(String targetParameterName)
The parameter name.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targets(Collection<Target> targets)
The specified targets.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targets(Consumer<Target.Builder>... targets)
The specified targets.
|
AutomationExecution.Builder |
AutomationExecution.Builder.targets(Target... targets)
The specified targets.
|
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 © 2020. All rights reserved.