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