Uses of Interface
software.amazon.awssdk.services.apptest.model.TN3270StepOutput.Builder
-
Packages that use TN3270StepOutput.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TN3270StepOutput.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TN3270StepOutput.Builder Modifier and Type Method Description static TN3270StepOutput.BuilderTN3270StepOutput. builder()TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetDetails(Collection<DataSet> dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetDetails(Consumer<DataSet.Builder>... dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetDetails(DataSet... dataSetDetails)The data set details of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dataSetExportLocation(String dataSetExportLocation)The data set export location of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. dmsOutputLocation(String dmsOutputLocation)The output location of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput.Builder. scriptOutputLocation(String scriptOutputLocation)The script output location of the TN3270 step output.TN3270StepOutput.BuilderTN3270StepOutput. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TN3270StepOutput.Builder Modifier and Type Method Description static Class<? extends TN3270StepOutput.Builder>TN3270StepOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TN3270StepOutput.Builder Modifier and Type Method Description default TN3270Summary.BuilderTN3270Summary.Builder. stepOutput(Consumer<TN3270StepOutput.Builder> stepOutput)The step output of the TN3270 summary.
-