Class TablespaceStorageSize.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.TablespaceStorageSize.Builder
-
- Enclosing class:
- TablespaceStorageSize
public static class TablespaceStorageSize.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TablespaceStorageSizebuild()TablespaceStorageSize.Buildercopy(TablespaceStorageSize model)TablespaceStorageSize.Buildersize(BigDecimal size)Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.TablespaceStorageSize.Builderunit(TablespaceStorageSize.Unit unit)Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
-
-
-
Method Detail
-
size
public TablespaceStorageSize.Builder size(BigDecimal size)
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.- Parameters:
size- the value to set- Returns:
- this builder
-
unit
public TablespaceStorageSize.Builder unit(TablespaceStorageSize.Unit unit)
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.- Parameters:
unit- the value to set- Returns:
- this builder
-
build
public TablespaceStorageSize build()
-
copy
public TablespaceStorageSize.Builder copy(TablespaceStorageSize model)
-
-