Class ExportSet.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.ExportSet.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportSet.BuilderavailabilityDomain(String availabilityDomain)The availability domain the export set is in.ExportSetbuild()ExportSet.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the export set.ExportSet.Buildercopy(ExportSet model)ExportSet.BuilderdisplayName(String displayName)A user-friendly name.ExportSet.Builderid(String id)The OCID of the export set.ExportSet.BuilderlifecycleState(ExportSet.LifecycleState lifecycleState)The current state of the export set.ExportSet.BuildermaxFsStatBytes(Long maxFsStatBytes)Controls the maximum tbytes, fbytes, and abytes, values reported by NFS FSSTAT calls through any associated mount targets.ExportSet.BuildermaxFsStatFiles(Long maxFsStatFiles)Controls the maximum tfiles, ffiles, and afiles values reported by NFS FSSTAT calls through any associated mount targets.ExportSet.BuildertimeCreated(Date timeCreated)The date and time the export set was created, expressed in RFC 3339 timestamp format.ExportSet.BuildervcnId(String vcnId)The OCID of the virtual cloud network (VCN) the export set is in.
 
- 
- 
- 
Method Detail- 
availabilityDomainpublic ExportSet.Builder availabilityDomain(String availabilityDomain) The availability domain the export set is in.May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1 - Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ExportSet.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the export set.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ExportSet.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
 
 - 
idpublic ExportSet.Builder id(String id) The OCID of the export set.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ExportSet.Builder lifecycleState(ExportSet.LifecycleState lifecycleState) The current state of the export set.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
maxFsStatBytespublic ExportSet.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 ExportSet.Builder maxFsStatFiles(Long maxFsStatFiles) Controls the maximum tfiles, 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
 
 - 
timeCreatedpublic ExportSet.Builder timeCreated(Date timeCreated) The date and time the export set was created, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic ExportSet.Builder vcnId(String vcnId) The OCID of the virtual cloud network (VCN) the export set is in.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExportSet build() 
 - 
copypublic ExportSet.Builder copy(ExportSet model) 
 
- 
 
-