Uses of Interface
software.amazon.awssdk.services.apptest.model.Script.Builder
-
Packages that use Script.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Script.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return Script.Builder Modifier and Type Method Description static Script.BuilderScript. builder()Script.BuilderScript.Builder. scriptLocation(String scriptLocation)The script location of the scripts.Script.BuilderScript. toBuilder()Script.BuilderScript.Builder. type(String type)The type of the scripts.Script.BuilderScript.Builder. type(ScriptType type)The type of the scripts.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type Script.Builder Modifier and Type Method Description static Class<? extends Script.Builder>Script. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type Script.Builder Modifier and Type Method Description default TN3270.BuilderTN3270.Builder. script(Consumer<Script.Builder> script)The script of the TN3270 protocol.
-