Uses of Interface
software.amazon.awssdk.services.transfer.model.EfsFileLocation.Builder
-
Packages that use EfsFileLocation.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of EfsFileLocation.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return EfsFileLocation.Builder Modifier and Type Method Description static EfsFileLocation.BuilderEfsFileLocation. builder()EfsFileLocation.BuilderEfsFileLocation.Builder. fileSystemId(String fileSystemId)The identifier of the file system, assigned by Amazon EFS.EfsFileLocation.BuilderEfsFileLocation.Builder. path(String path)The pathname for the folder being used by a workflow.EfsFileLocation.BuilderEfsFileLocation. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type EfsFileLocation.Builder Modifier and Type Method Description static Class<? extends EfsFileLocation.Builder>EfsFileLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type EfsFileLocation.Builder Modifier and Type Method Description default FileLocation.BuilderFileLocation.Builder. efsFileLocation(Consumer<EfsFileLocation.Builder> efsFileLocation)Specifies the Amazon EFS identifier and the path for the file being used.default InputFileLocation.BuilderInputFileLocation.Builder. efsFileLocation(Consumer<EfsFileLocation.Builder> efsFileLocation)Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
-