Uses of Interface
software.amazon.awssdk.services.ssm.model.AutomationExecution.Builder
Packages that use AutomationExecution.Builder
-
Uses of AutomationExecution.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecution.BuilderModifier and TypeMethodDescriptiondefault AutomationExecution.BuilderAutomationExecution.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm applied to your automation.AutomationExecution.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm applied to your automation.AutomationExecution.Builder.associationId(String associationId) The ID of a State Manager association used in the Automation operation.AutomationExecution.Builder.automationExecutionId(String automationExecutionId) The execution ID.AutomationExecution.Builder.automationExecutionStatus(String automationExecutionStatus) The execution status of the Automation.AutomationExecution.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus) The execution status of the Automation.AutomationExecution.Builder.automationSubtype(String automationSubtype) The subtype of the Automation operation.AutomationExecution.Builder.automationSubtype(AutomationSubtype automationSubtype) The subtype of the Automation operation.static AutomationExecution.BuilderAutomationExecution.builder()AutomationExecution.Builder.changeRequestName(String changeRequestName) The name of the Change Manager change request.AutomationExecution.Builder.currentAction(String currentAction) The action of the step that is currently running.AutomationExecution.Builder.currentStepName(String currentStepName) The name of the step that is currently running.AutomationExecution.Builder.documentName(String documentName) The name of the Automation runbook used during the execution.AutomationExecution.Builder.documentVersion(String documentVersion) The version of the document to use during execution.AutomationExecution.Builder.executedBy(String executedBy) The Amazon Resource Name (ARN) of the user who ran the automation.AutomationExecution.Builder.executionEndTime(Instant executionEndTime) The time the execution finished.AutomationExecution.Builder.executionStartTime(Instant executionStartTime) The time the execution started.AutomationExecution.Builder.failureMessage(String failureMessage) A message describing why an execution has failed, if the status is set to Failed.AutomationExecution.Builder.maxConcurrency(String maxConcurrency) TheMaxConcurrencyvalue specified by the user when the execution started.The MaxErrors value specified by the user when the execution started.The automation execution mode.AutomationExecution.Builder.mode(ExecutionMode mode) The automation execution mode.The ID of an OpsItem that is created to represent a Change Manager change request.AutomationExecution.Builder.outputs(Map<String, ? extends Collection<String>> outputs) The list of execution outputs as defined in the Automation runbook.AutomationExecution.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.AutomationExecution.Builder.parentAutomationExecutionId(String parentAutomationExecutionId) The AutomationExecutionId of the parent automation.default AutomationExecution.BuilderAutomationExecution.Builder.progressCounters(Consumer<ProgressCounters.Builder> progressCounters) An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.AutomationExecution.Builder.progressCounters(ProgressCounters progressCounters) An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.default AutomationExecution.BuilderAutomationExecution.Builder.resolvedTargets(Consumer<ResolvedTargets.Builder> resolvedTargets) A list of resolved targets in the rate control execution.AutomationExecution.Builder.resolvedTargets(ResolvedTargets resolvedTargets) A list of resolved targets in the rate control execution.AutomationExecution.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecution.Builder.runbooks(Consumer<Runbook.Builder>... runbooks) Information about the Automation runbooks that are run as part of a runbook workflow.Information about the Automation runbooks that are run as part of a runbook workflow.AutomationExecution.Builder.scheduledTime(Instant scheduledTime) The date and time the Automation operation is scheduled to start.AutomationExecution.Builder.stepExecutions(Collection<StepExecution> stepExecutions) A list of details about the current state of all steps that comprise an execution.AutomationExecution.Builder.stepExecutions(Consumer<StepExecution.Builder>... stepExecutions) A list of details about the current state of all steps that comprise an execution.AutomationExecution.Builder.stepExecutions(StepExecution... stepExecutions) A list of details about the current state of all steps that comprise an execution.AutomationExecution.Builder.stepExecutionsTruncated(Boolean stepExecutionsTruncated) A boolean value that indicates if the response contains the full list of the Automation step executions.The target of the execution.AutomationExecution.Builder.targetLocations(Collection<TargetLocation> targetLocations) The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.AutomationExecution.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.AutomationExecution.Builder.targetLocations(TargetLocation... targetLocations) The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.AutomationExecution.Builder.targetLocationsURL(String targetLocationsURL) A publicly accessible URL for a file that contains theTargetLocationsbody.AutomationExecution.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) The specified key-value mapping of document parameters to target resources.AutomationExecution.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) The specified key-value mapping of document parameters to target resources.AutomationExecution.Builder.targetParameterName(String targetParameterName) The parameter name.AutomationExecution.Builder.targets(Collection<Target> targets) The specified targets.AutomationExecution.Builder.targets(Consumer<Target.Builder>... targets) The specified targets.The specified targets.AutomationExecution.toBuilder()AutomationExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecution.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the automation.AutomationExecution.Builder.variables(Map<String, ? extends Collection<String>> variables) Variables defined for the automation.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecution.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutomationExecution.Builder>AutomationExecution.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AutomationExecution.BuilderModifier and TypeMethodDescriptionGetAutomationExecutionResponse.Builder.automationExecution(Consumer<AutomationExecution.Builder> automationExecution) Detailed information about the current state of an automation execution.