default AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) |
The details for the CloudWatch alarm applied to your automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) |
The details for the CloudWatch alarm applied to your automation.
|
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(String automationExecutionStatus) |
The status of the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus) |
The status of the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationSubtype(String automationSubtype) |
The subtype of the Automation operation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationSubtype(AutomationSubtype automationSubtype) |
The subtype of the Automation operation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationType(String automationType) |
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationType(AutomationType automationType) |
|
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 runbook 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 runbook.
|
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(String mode) |
The Automation execution mode.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.mode(ExecutionMode 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 runbook.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.parentAutomationExecutionId(String parentAutomationExecutionId) |
The execution ID 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 that are run during a runbook workflow in Change Manager.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Consumer<Runbook.Builder>... runbooks) |
Information about the Automation runbooks that are run during a runbook workflow in Change Manager.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.runbooks(Runbook... runbooks) |
Information about the Automation runbooks 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 runbook.
|
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 runbook.
|
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() |
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) |
The CloudWatch alarm that was invoked by the automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) |
The CloudWatch alarm that was invoked by the automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) |
The CloudWatch alarm that was invoked by the automation.
|