Uses of Class
com.oracle.bmc.filestorage.model.Export.Builder
-
Packages that use Export.Builder Package Description com.oracle.bmc.filestorage.model -
-
Uses of Export.Builder in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Export.Builder Modifier and Type Method Description static Export.BuilderExport. builder()Create a new builder.Export.BuilderExport.Builder. copy(Export model)Export.BuilderExport.Builder. exportOptions(List<ClientOptions> exportOptions)Policies that apply to NFS requests made through this export.Export.BuilderExport.Builder. exportSetId(String exportSetId)The OCID of this export’s export set.Export.BuilderExport.Builder. fileSystemId(String fileSystemId)The OCID of this export’s file system.Export.BuilderExport.Builder. id(String id)The OCID of this export.Export.BuilderExport.Builder. isIdmapGroupsForSysAuth(Boolean isIdmapGroupsForSysAuth)Whether or not the export should use ID mapping for Unix groups rather than the group list provided within an NFS request’s RPC header.Export.BuilderExport.Builder. lifecycleState(Export.LifecycleState lifecycleState)The current state of this export.Export.BuilderExport.Builder. locks(List<ResourceLock> locks)Locks associated with this resource.Export.BuilderExport.Builder. path(String path)Path used to access the associated file system.Export.BuilderExport.Builder. timeCreated(Date timeCreated)The date and time the export was created, expressed in RFC 3339 timestamp format.Export.BuilderExport. toBuilder()
-