public static class FileSystemConfigurationDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public FileSystemConfigurationDetail.Builder mountPoint(String mountPoint)
The mount point of file system.
mountPoint
- the value to setpublic FileSystemConfigurationDetail.Builder fileSystemSizeGb(Integer fileSystemSizeGb)
The file system size to be allocated in GBs.
fileSystemSizeGb
- the value to setpublic FileSystemConfigurationDetail build()
public FileSystemConfigurationDetail.Builder copy(FileSystemConfigurationDetail model)
Copyright © 2016–2024. All rights reserved.