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