Uses of Interface
software.amazon.awssdk.services.apptest.model.Output.Builder
-
Packages that use Output.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Output.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return Output.Builder Modifier and Type Method Description static Output.BuilderOutput. builder()default Output.BuilderOutput.Builder. file(Consumer<OutputFile.Builder> file)The file of the output.Output.BuilderOutput.Builder. file(OutputFile file)The file of the output.Output.BuilderOutput. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type Output.Builder Modifier and Type Method Description static Class<? extends Output.Builder>Output. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type Output.Builder Modifier and Type Method Description default CompareAction.BuilderCompareAction.Builder. output(Consumer<Output.Builder> output)The output of the compare action.
-