Uses of Interface
software.amazon.awssdk.services.apptest.model.MainframeAction.Builder
-
Packages that use MainframeAction.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeAction.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeAction.Builder Modifier and Type Method Description default MainframeAction.BuilderMainframeAction.Builder. actionType(Consumer<MainframeActionType.Builder> actionType)The action type of the mainframe action.MainframeAction.BuilderMainframeAction.Builder. actionType(MainframeActionType actionType)The action type of the mainframe action.static MainframeAction.BuilderMainframeAction. builder()default MainframeAction.BuilderMainframeAction.Builder. properties(Consumer<MainframeActionProperties.Builder> properties)The properties of the mainframe action.MainframeAction.BuilderMainframeAction.Builder. properties(MainframeActionProperties properties)The properties of the mainframe action.MainframeAction.BuilderMainframeAction.Builder. resource(String resource)The resource of the mainframe action.MainframeAction.BuilderMainframeAction. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type MainframeAction.Builder Modifier and Type Method Description static Class<? extends MainframeAction.Builder>MainframeAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type MainframeAction.Builder Modifier and Type Method Description static StepActionStepAction. fromMainframeAction(Consumer<MainframeAction.Builder> mainframeAction)Create an instance of this class withStepAction.mainframeAction()initialized to the given value.default StepAction.BuilderStepAction.Builder. mainframeAction(Consumer<MainframeAction.Builder> mainframeAction)The mainframe action of the step action.
-