Package com.oracle.bmc.database.model
Class FileSystemConfigurationDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.FileSystemConfigurationDetail.Builder
-
- Enclosing class:
- FileSystemConfigurationDetail
public static class FileSystemConfigurationDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSystemConfigurationDetail
build()
FileSystemConfigurationDetail.Builder
copy(FileSystemConfigurationDetail model)
FileSystemConfigurationDetail.Builder
fileSystemSizeGb(Integer fileSystemSizeGb)
The file system size to be allocated in GBs.FileSystemConfigurationDetail.Builder
mountPoint(String mountPoint)
The mount point of file system.
-
-
-
Method Detail
-
mountPoint
public FileSystemConfigurationDetail.Builder mountPoint(String mountPoint)
The mount point of file system.- Parameters:
mountPoint
- the value to set- Returns:
- this builder
-
fileSystemSizeGb
public FileSystemConfigurationDetail.Builder fileSystemSizeGb(Integer fileSystemSizeGb)
The file system size to be allocated in GBs.- Parameters:
fileSystemSizeGb
- the value to set- Returns:
- this builder
-
build
public FileSystemConfigurationDetail build()
-
copy
public FileSystemConfigurationDetail.Builder copy(FileSystemConfigurationDetail model)
-
-