Uses of Interface
software.amazon.awssdk.services.apptest.model.InputFile.Builder
-
Packages that use InputFile.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of InputFile.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return InputFile.Builder Modifier and Type Method Description static InputFile.BuilderInputFile. builder()default InputFile.BuilderInputFile.Builder. fileMetadata(Consumer<FileMetadata.Builder> fileMetadata)The file metadata of the input file.InputFile.BuilderInputFile.Builder. fileMetadata(FileMetadata fileMetadata)The file metadata of the input file.InputFile.BuilderInputFile.Builder. sourceLocation(String sourceLocation)The source location of the input file.InputFile.BuilderInputFile.Builder. targetLocation(String targetLocation)The target location of the input file.InputFile.BuilderInputFile. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type InputFile.Builder Modifier and Type Method Description static Class<? extends InputFile.Builder>InputFile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type InputFile.Builder Modifier and Type Method Description default Input.BuilderInput.Builder. file(Consumer<InputFile.Builder> file)The file in the input.static InputInput. fromFile(Consumer<InputFile.Builder> file)Create an instance of this class withInput.file()initialized to the given value.
-