Uses of Class
com.oracle.bmc.filestorage.model.ExportSummary.Builder
-
Packages that use ExportSummary.Builder Package Description com.oracle.bmc.filestorage.model -
-
Uses of ExportSummary.Builder in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ExportSummary.Builder Modifier and Type Method Description static ExportSummary.Builder
ExportSummary. builder()
Create a new builder.ExportSummary.Builder
ExportSummary.Builder. copy(ExportSummary model)
ExportSummary.Builder
ExportSummary.Builder. exportSetId(String exportSetId)
The OCID of this export’s export set.ExportSummary.Builder
ExportSummary.Builder. fileSystemId(String fileSystemId)
The OCID of this export’s file system.ExportSummary.Builder
ExportSummary.Builder. id(String id)
The OCID of this export.ExportSummary.Builder
ExportSummary.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.ExportSummary.Builder
ExportSummary.Builder. lifecycleState(ExportSummary.LifecycleState lifecycleState)
The current state of this export.ExportSummary.Builder
ExportSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.ExportSummary.Builder
ExportSummary.Builder. path(String path)
Path used to access the associated file system.ExportSummary.Builder
ExportSummary.Builder. timeCreated(Date timeCreated)
The date and time the export was created, expressed in RFC 3339 timestamp format.ExportSummary.Builder
ExportSummary. toBuilder()
-