Uses of Interface
software.amazon.awssdk.services.ssm.model.AutomationExecutionMetadata.Builder
Packages that use AutomationExecutionMetadata.Builder
-
Uses of AutomationExecutionMetadata.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionMetadata.BuilderModifier and TypeMethodDescriptionAutomationExecutionMetadata.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm applied to your automation.AutomationExecutionMetadata.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm applied to your automation.AutomationExecutionMetadata.Builder.associationId(String associationId) The ID of a State Manager association used in the Automation operation.AutomationExecutionMetadata.Builder.automationExecutionId(String automationExecutionId) The execution ID.AutomationExecutionMetadata.Builder.automationExecutionStatus(String automationExecutionStatus) The status of the execution.AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus) The status of the execution.AutomationExecutionMetadata.Builder.automationSubtype(String automationSubtype) The subtype of the Automation operation.AutomationExecutionMetadata.Builder.automationSubtype(AutomationSubtype automationSubtype) The subtype of the Automation operation.AutomationExecutionMetadata.Builder.automationType(String automationType) Use this filter with DescribeAutomationExecutions.AutomationExecutionMetadata.Builder.automationType(AutomationType automationType) Use this filter with DescribeAutomationExecutions.AutomationExecutionMetadata.builder()AutomationExecutionMetadata.Builder.changeRequestName(String changeRequestName) The name of the Change Manager change request.AutomationExecutionMetadata.Builder.currentAction(String currentAction) The action of the step that is currently running.AutomationExecutionMetadata.Builder.currentStepName(String currentStepName) The name of the step that is currently running.AutomationExecutionMetadata.Builder.documentName(String documentName) The name of the Automation runbook used during execution.AutomationExecutionMetadata.Builder.documentVersion(String documentVersion) The document version used during the execution.AutomationExecutionMetadata.Builder.executedBy(String executedBy) The IAM role ARN of the user who ran the automation.AutomationExecutionMetadata.Builder.executionEndTime(Instant executionEndTime) The time the execution finished.AutomationExecutionMetadata.Builder.executionStartTime(Instant executionStartTime) The time the execution started.AutomationExecutionMetadata.Builder.failureMessage(String failureMessage) The list of execution outputs as defined in the Automation runbook.An S3 bucket where execution information is stored.AutomationExecutionMetadata.Builder.maxConcurrency(String maxConcurrency) TheMaxConcurrencyvalue specified by the user when starting the automation.TheMaxErrorsvalue specified by the user when starting the automation.The Automation execution mode.AutomationExecutionMetadata.Builder.mode(ExecutionMode mode) The Automation execution mode.The ID of an OpsItem that is created to represent a Change Manager change request.AutomationExecutionMetadata.Builder.outputs(Map<String, ? extends Collection<String>> outputs) The list of execution outputs as defined in the Automation runbook.AutomationExecutionMetadata.Builder.parentAutomationExecutionId(String parentAutomationExecutionId) The execution ID of the parent automation.AutomationExecutionMetadata.Builder.resolvedTargets(Consumer<ResolvedTargets.Builder> resolvedTargets) A list of targets that resolved during the execution.AutomationExecutionMetadata.Builder.resolvedTargets(ResolvedTargets resolvedTargets) A list of targets that resolved during the execution.AutomationExecutionMetadata.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run during a runbook workflow in Change Manager.AutomationExecutionMetadata.Builder.runbooks(Consumer<Runbook.Builder>... runbooks) Information about the Automation runbooks that are run during a runbook workflow in Change Manager.Information about the Automation runbooks that are run during a runbook workflow in Change Manager.AutomationExecutionMetadata.Builder.scheduledTime(Instant scheduledTime) The date and time the Automation operation is scheduled to start.The list of execution outputs as defined in the Automation runbook.AutomationExecutionMetadata.Builder.targetLocationsURL(String targetLocationsURL) A publicly accessible URL for a file that contains theTargetLocationsbody.AutomationExecutionMetadata.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) The specified key-value mapping of document parameters to target resources.AutomationExecutionMetadata.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) The specified key-value mapping of document parameters to target resources.AutomationExecutionMetadata.Builder.targetParameterName(String targetParameterName) The list of execution outputs as defined in the Automation runbook.AutomationExecutionMetadata.Builder.targets(Collection<Target> targets) The targets defined by the user when starting the automation.AutomationExecutionMetadata.Builder.targets(Consumer<Target.Builder>... targets) The targets defined by the user when starting the automation.The targets defined by the user when starting the automation.AutomationExecutionMetadata.toBuilder()AutomationExecutionMetadata.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecutionMetadata.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecutionMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutomationExecutionMetadata.Builder>AutomationExecutionMetadata.serializableBuilderClass()