| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
StepExecution.Builder |
StepExecution.Builder.action(String action)
The action this step performs.
|
static StepExecution.Builder |
StepExecution.builder() |
StepExecution.Builder |
StepExecution.Builder.executionEndTime(Date executionEndTime)
If a step has finished execution, this contains the time the execution ended.
|
StepExecution.Builder |
StepExecution.Builder.executionStartTime(Date executionStartTime)
If a step has begun execution, this contains the time the step started.
|
StepExecution.Builder |
StepExecution.Builder.failureDetails(FailureDetails failureDetails)
Information about the Automation failure.
|
StepExecution.Builder |
StepExecution.Builder.failureMessage(String failureMessage)
If a step failed, this message explains why the execution failed.
|
StepExecution.Builder |
StepExecution.Builder.inputs(Map<String,String> inputs)
Fully-resolved values passed into the step before execution.
|
StepExecution.Builder |
StepExecution.Builder.outputs(Map<String,? extends Collection<String>> outputs)
Returned values from the execution of the step.
|
StepExecution.Builder |
StepExecution.Builder.response(String response)
A message associated with the response code for an execution.
|
StepExecution.Builder |
StepExecution.Builder.responseCode(String responseCode)
The response code returned by the execution of the step.
|
StepExecution.Builder |
StepExecution.Builder.stepName(String stepName)
The name of this execution step.
|
StepExecution.Builder |
StepExecution.Builder.stepStatus(AutomationExecutionStatus stepStatus)
The execution status for this step.
|
StepExecution.Builder |
StepExecution.Builder.stepStatus(String stepStatus)
The execution status for this step.
|
StepExecution.Builder |
StepExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StepExecution.Builder> |
StepExecution.serializableBuilderClass() |
Copyright © 2017. All rights reserved.