Uses of Interface
software.amazon.awssdk.services.ssm.model.ParentStepDetails.Builder
-
Packages that use ParentStepDetails.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ParentStepDetails.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ParentStepDetails.Builder Modifier and Type Method Description ParentStepDetails.BuilderParentStepDetails.Builder. action(String action)The name of the automation action.static ParentStepDetails.BuilderParentStepDetails. builder()ParentStepDetails.BuilderParentStepDetails.Builder. iteration(Integer iteration)The current repetition of the loop represented by an integer.ParentStepDetails.BuilderParentStepDetails.Builder. iteratorValue(String iteratorValue)The current value of the specified iterator in the loop.ParentStepDetails.BuilderParentStepDetails.Builder. stepExecutionId(String stepExecutionId)The unique ID of a step execution.ParentStepDetails.BuilderParentStepDetails.Builder. stepName(String stepName)The name of the step.ParentStepDetails.BuilderParentStepDetails. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ParentStepDetails.Builder Modifier and Type Method Description static Class<? extends ParentStepDetails.Builder>ParentStepDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ParentStepDetails.Builder Modifier and Type Method Description default StepExecution.BuilderStepExecution.Builder. parentStepDetails(Consumer<ParentStepDetails.Builder> parentStepDetails)Information about the parent step.
-