Class UpdateExportSetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.UpdateExportSetDetails.Builder
 
- 
- Enclosing class:
- UpdateExportSetDetails
 
 public static class UpdateExportSetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateExportSetDetailsbuild()UpdateExportSetDetails.Buildercopy(UpdateExportSetDetails model)UpdateExportSetDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdateExportSetDetails.BuildermaxFsStatBytes(Long maxFsStatBytes)Controls the maximum tbytes, fbytes, and abytes values reported by NFS FSSTAT calls through any associated mount targets.UpdateExportSetDetails.BuildermaxFsStatFiles(Long maxFsStatFiles)Controls the maximum ffiles, ffiles, and afiles values reported by NFS FSSTAT calls through any associated mount targets.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateExportSetDetails.Builder displayName(String displayName) A user-friendly name.It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My export set - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
maxFsStatBytespublic UpdateExportSetDetails.Builder maxFsStatBytes(Long maxFsStatBytes) Controls the maximum tbytes, fbytes, and abytes values reported by NFS FSSTAT calls through any associated mount targets.This is an advanced feature. For most applications, use the default value. The tbytes value reported by FSSTAT will be maxFsStatBytes. The value of fbytes and abytes will be maxFsStatBytes minus the metered size of the file system. If the metered size is larger than maxFsStatBytes, then fbytes and abytes will both be ‘0’. - Parameters:
- maxFsStatBytes- the value to set
- Returns:
- this builder
 
 - 
maxFsStatFilespublic UpdateExportSetDetails.Builder maxFsStatFiles(Long maxFsStatFiles) Controls the maximum ffiles, ffiles, and afiles values reported by NFS FSSTAT calls through any associated mount targets.This is an advanced feature. For most applications, use the default value. The tfiles value reported by FSSTAT will be maxFsStatFiles. The value of ffiles and afiles will be maxFsStatFiles minus the metered size of the file system. If the metered size is larger than maxFsStatFiles, then ffiles and afiles will both be ‘0’. - Parameters:
- maxFsStatFiles- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateExportSetDetails build() 
 - 
copypublic UpdateExportSetDetails.Builder copy(UpdateExportSetDetails model) 
 
- 
 
-