Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
StepExecution |
StepExecution.addInputsEntry(String key,
String value)
Add a single Inputs entry
|
StepExecution |
StepExecution.addOutputsEntry(String key,
List<String> value)
Add a single Outputs entry
|
StepExecution |
StepExecution.addOverriddenParametersEntry(String key,
List<String> value)
Add a single OverriddenParameters entry
|
StepExecution |
StepExecution.clearInputsEntries()
Removes all the entries added into Inputs.
|
StepExecution |
StepExecution.clearOutputsEntries()
Removes all the entries added into Outputs.
|
StepExecution |
StepExecution.clearOverriddenParametersEntries()
Removes all the entries added into OverriddenParameters.
|
StepExecution |
StepExecution.clone() |
StepExecution |
StepExecution.withAction(String action)
The action this step performs.
|
StepExecution |
StepExecution.withExecutionEndTime(Date executionEndTime)
If a step has finished execution, this contains the time the execution ended.
|
StepExecution |
StepExecution.withExecutionStartTime(Date executionStartTime)
If a step has begun execution, this contains the time the step started.
|
StepExecution |
StepExecution.withFailureDetails(FailureDetails failureDetails)
Information about the Automation failure.
|
StepExecution |
StepExecution.withFailureMessage(String failureMessage)
If a step failed, this message explains why the execution failed.
|
StepExecution |
StepExecution.withInputs(Map<String,String> inputs)
Fully-resolved values passed into the step before execution.
|
StepExecution |
StepExecution.withIsCritical(Boolean isCritical)
The flag which can be used to help decide whether the failure of current step leads to the Automation failure.
|
StepExecution |
StepExecution.withIsEnd(Boolean isEnd)
The flag which can be used to end automation no matter whether the step succeeds or fails.
|
StepExecution |
StepExecution.withMaxAttempts(Integer maxAttempts)
The maximum number of tries to run the action of the step.
|
StepExecution |
StepExecution.withNextStep(String nextStep)
The next step after the step succeeds.
|
StepExecution |
StepExecution.withOnFailure(String onFailure)
The action to take if the step fails.
|
StepExecution |
StepExecution.withOutputs(Map<String,List<String>> outputs)
Returned values from the execution of the step.
|
StepExecution |
StepExecution.withOverriddenParameters(Map<String,List<String>> overriddenParameters)
A user-specified list of parameters to override when running a step.
|
StepExecution |
StepExecution.withResponse(String response)
A message associated with the response code for an execution.
|
StepExecution |
StepExecution.withResponseCode(String responseCode)
The response code returned by the execution of the step.
|
StepExecution |
StepExecution.withStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
|
StepExecution |
StepExecution.withStepName(String stepName)
The name of this execution step.
|
StepExecution |
StepExecution.withStepStatus(AutomationExecutionStatus stepStatus)
The execution status for this step.
|
StepExecution |
StepExecution.withStepStatus(String stepStatus)
The execution status for this step.
|
StepExecution |
StepExecution.withTargetLocation(TargetLocation targetLocation)
The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current
Automation execution.
|
StepExecution |
StepExecution.withTargets(Collection<Target> targets)
The targets for the step execution.
|
StepExecution |
StepExecution.withTargets(Target... targets)
The targets for the step execution.
|
StepExecution |
StepExecution.withTimeoutSeconds(Long timeoutSeconds)
The timeout seconds of the step.
|
StepExecution |
StepExecution.withTriggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the automation.
|
StepExecution |
StepExecution.withTriggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the automation.
|
StepExecution |
StepExecution.withValidNextSteps(Collection<String> validNextSteps)
Strategies used when step fails, we support Continue and Abort.
|
StepExecution |
StepExecution.withValidNextSteps(String... validNextSteps)
Strategies used when step fails, we support Continue and Abort.
|
Modifier and Type | Method and Description |
---|---|
List<StepExecution> |
DescribeAutomationStepExecutionsResult.getStepExecutions()
A list of details about the current state of all steps that make up an execution.
|
List<StepExecution> |
AutomationExecution.getStepExecutions()
A list of details about the current state of all steps that comprise an execution.
|
Modifier and Type | Method and Description |
---|---|
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAutomationStepExecutionsResult.setStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
void |
AutomationExecution.setStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
DescribeAutomationStepExecutionsResult |
DescribeAutomationStepExecutionsResult.withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
AutomationExecution |
AutomationExecution.withStepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that comprise an execution.
|
Copyright © 2023. All rights reserved.