public static class TablespaceStorageSize.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TablespaceStorageSize |
build() |
TablespaceStorageSize.Builder |
copy(TablespaceStorageSize model) |
TablespaceStorageSize.Builder |
size(BigDecimal size)
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
|
TablespaceStorageSize.Builder |
unit(TablespaceStorageSize.Unit unit)
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
|
public TablespaceStorageSize.Builder size(BigDecimal size)
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
size
- the value to setpublic TablespaceStorageSize.Builder unit(TablespaceStorageSize.Unit unit)
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
unit
- the value to setpublic TablespaceStorageSize build()
public TablespaceStorageSize.Builder copy(TablespaceStorageSize model)
Copyright © 2016–2024. All rights reserved.