Uses of Interface
software.amazon.awssdk.services.transfer.model.FileLocation.Builder
-
Packages that use FileLocation.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of FileLocation.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return FileLocation.Builder Modifier and Type Method Description static FileLocation.BuilderFileLocation. builder()default FileLocation.BuilderFileLocation.Builder. efsFileLocation(Consumer<EfsFileLocation.Builder> efsFileLocation)Specifies the Amazon EFS identifier and the path for the file being used.FileLocation.BuilderFileLocation.Builder. efsFileLocation(EfsFileLocation efsFileLocation)Specifies the Amazon EFS identifier and the path for the file being used.default FileLocation.BuilderFileLocation.Builder. s3FileLocation(Consumer<S3FileLocation.Builder> s3FileLocation)Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.FileLocation.BuilderFileLocation.Builder. s3FileLocation(S3FileLocation s3FileLocation)Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.FileLocation.BuilderFileLocation. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type FileLocation.Builder Modifier and Type Method Description static Class<? extends FileLocation.Builder>FileLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type FileLocation.Builder Modifier and Type Method Description default DescribedExecution.BuilderDescribedExecution.Builder. initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation)A structure that describes the Amazon S3 or EFS file location.default ListedExecution.BuilderListedExecution.Builder. initialFileLocation(Consumer<FileLocation.Builder> initialFileLocation)A structure that describes the Amazon S3 or EFS file location.
-