| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ParentStepDetails |
ParentStepDetails.clone() |
ParentStepDetails |
StepExecution.getParentStepDetails()
Information about the parent step.
|
ParentStepDetails |
ParentStepDetails.withAction(String action)
The name of the automation action.
|
ParentStepDetails |
ParentStepDetails.withIteration(Integer iteration)
The current repetition of the loop represented by an integer.
|
ParentStepDetails |
ParentStepDetails.withIteratorValue(String iteratorValue)
The current value of the specified iterator in the loop.
|
ParentStepDetails |
ParentStepDetails.withStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
|
ParentStepDetails |
ParentStepDetails.withStepName(String stepName)
The name of the step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepExecution.setParentStepDetails(ParentStepDetails parentStepDetails)
Information about the parent step.
|
StepExecution |
StepExecution.withParentStepDetails(ParentStepDetails parentStepDetails)
Information about the parent step.
|
Copyright © 2024. All rights reserved.