Uses of Interface
software.amazon.awssdk.services.apptest.model.OutputFile.Builder
-
Packages that use OutputFile.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of OutputFile.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return OutputFile.Builder Modifier and Type Method Description static OutputFile.BuilderOutputFile. builder()OutputFile.BuilderOutputFile.Builder. fileLocation(String fileLocation)The file location of the output file.OutputFile.BuilderOutputFile. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type OutputFile.Builder Modifier and Type Method Description static Class<? extends OutputFile.Builder>OutputFile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type OutputFile.Builder Modifier and Type Method Description default Output.BuilderOutput.Builder. file(Consumer<OutputFile.Builder> file)The file of the output.static OutputOutput. fromFile(Consumer<OutputFile.Builder> file)Create an instance of this class withOutput.file()initialized to the given value.
-