Uses of Interface
software.amazon.awssdk.services.apptest.model.StepAction.Builder
-
Packages that use StepAction.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StepAction.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StepAction.Builder Modifier and Type Method Description static StepAction.BuilderStepAction. builder()default StepAction.BuilderStepAction.Builder. compareAction(Consumer<CompareAction.Builder> compareAction)The compare action of the step action.StepAction.BuilderStepAction.Builder. compareAction(CompareAction compareAction)The compare action of the step action.default StepAction.BuilderStepAction.Builder. mainframeAction(Consumer<MainframeAction.Builder> mainframeAction)The mainframe action of the step action.StepAction.BuilderStepAction.Builder. mainframeAction(MainframeAction mainframeAction)The mainframe action of the step action.default StepAction.BuilderStepAction.Builder. resourceAction(Consumer<ResourceAction.Builder> resourceAction)The resource action of the step action.StepAction.BuilderStepAction.Builder. resourceAction(ResourceAction resourceAction)The resource action of the step action.StepAction.BuilderStepAction. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type StepAction.Builder Modifier and Type Method Description static Class<? extends StepAction.Builder>StepAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type StepAction.Builder Modifier and Type Method Description default Step.BuilderStep.Builder. action(Consumer<StepAction.Builder> action)The action of the step.
-