| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.associationId(String associationId)
The ID of a State Manager association used in the Automation operation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(String automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationSubtype(AutomationSubtype automationSubtype)
The subtype of the Automation operation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationSubtype(String automationSubtype)
The subtype of the Automation operation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationType(AutomationType automationType)
Use this filter with DescribeAutomationExecutions.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationType(String automationType)
Use this filter with DescribeAutomationExecutions.
|
static AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.builder() |
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.changeRequestName(String changeRequestName)
The name of the Change Manager change request.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.currentAction(String currentAction)
The action of the step that is currently running.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.currentStepName(String currentStepName)
The name of the step that is currently running.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.documentName(String documentName)
The name of the Automation document used during execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.documentVersion(String documentVersion)
The document version used during the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executedBy(String executedBy)
The IAM role ARN of the user who ran the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executionEndTime(Instant executionEndTime)
The time the execution finished.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executionStartTime(Instant executionStartTime)
The time the execution started.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.failureMessage(String failureMessage)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.logFile(String logFile)
An S3 bucket where execution information is stored.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.maxConcurrency(String maxConcurrency)
The MaxConcurrency value specified by the user when starting the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.maxErrors(String maxErrors)
The MaxErrors value specified by the user when starting the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.mode(ExecutionMode mode)
The Automation execution mode.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.mode(String mode)
The Automation execution mode.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.opsItemId(String opsItemId)
The ID of an OpsItem that is created to represent a Change Manager change request.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.outputs(Map<String,? extends Collection<String>> outputs)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.parentAutomationExecutionId(String parentAutomationExecutionId)
The ExecutionId of the parent Automation.
|
default AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.resolvedTargets(Consumer<ResolvedTargets.Builder> resolvedTargets)
A list of targets that resolved during the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.resolvedTargets(ResolvedTargets resolvedTargets)
A list of targets that resolved during the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in
Change Manager.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Consumer<Runbook.Builder>... runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in
Change Manager.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in
Change Manager.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.scheduledTime(Instant scheduledTime)
The date and time the Automation operation is scheduled to start.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.target(String target)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps)
The specified key-value mapping of document parameters to target resources.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targetParameterName(String targetParameterName)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targets(Collection<Target> targets)
The targets defined by the user when starting the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targets(Consumer<Target.Builder>... targets)
The targets defined by the user when starting the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.targets(Target... targets)
The targets defined by the user when starting the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutomationExecutionMetadata.Builder> |
AutomationExecutionMetadata.serializableBuilderClass() |
Copyright © 2021. All rights reserved.