Package com.oracle.bmc.database.model
Class DefinedFileSystemConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.DefinedFileSystemConfiguration.Builder
 
- 
- Enclosing class:
- DefinedFileSystemConfiguration
 
 public static class DefinedFileSystemConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DefinedFileSystemConfigurationbuild()DefinedFileSystemConfiguration.Buildercopy(DefinedFileSystemConfiguration model)DefinedFileSystemConfiguration.BuilderisBackupPartition(Boolean isBackupPartition)If true, the file system is used to create a backup prior to Exadata VM OS update.DefinedFileSystemConfiguration.BuilderisResizable(Boolean isResizable)If true, the file system resize is allowed for the Exadata Infrastructure cluster.DefinedFileSystemConfiguration.BuilderminSizeGb(Integer minSizeGb)The minimum size of file system.DefinedFileSystemConfiguration.BuildermountPoint(String mountPoint)The mount point of file system.
 
- 
- 
- 
Method Detail- 
mountPointpublic DefinedFileSystemConfiguration.Builder mountPoint(String mountPoint) The mount point of file system.- Parameters:
- mountPoint- the value to set
- Returns:
- this builder
 
 - 
minSizeGbpublic DefinedFileSystemConfiguration.Builder minSizeGb(Integer minSizeGb) The minimum size of file system.- Parameters:
- minSizeGb- the value to set
- Returns:
- this builder
 
 - 
isResizablepublic DefinedFileSystemConfiguration.Builder isResizable(Boolean isResizable) If true, the file system resize is allowed for the Exadata Infrastructure cluster.If false, the file system resize is not allowed. - Parameters:
- isResizable- the value to set
- Returns:
- this builder
 
 - 
isBackupPartitionpublic DefinedFileSystemConfiguration.Builder isBackupPartition(Boolean isBackupPartition) If true, the file system is used to create a backup prior to Exadata VM OS update.- Parameters:
- isBackupPartition- the value to set
- Returns:
- this builder
 
 - 
buildpublic DefinedFileSystemConfiguration build() 
 - 
copypublic DefinedFileSystemConfiguration.Builder copy(DefinedFileSystemConfiguration model) 
 
- 
 
-