static StartDbSystemDetails.Builder |
StartDbSystemDetails.builder() |
Create a new builder.
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.Builder.configId(String configId) |
The updated configId for the database system.
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.Builder.copy(StartDbSystemDetails model) |
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.Builder.instanceMemorySizeInGBs(Integer instanceMemorySizeInGBs) |
The total amount of memory available to each database system node, in gigabytes.
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.Builder.instanceOcpuCount(Integer instanceOcpuCount) |
The total number of OCPUs available to each database system node.
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.Builder.shape(String shape) |
The name of the shape for the database system nodes.
|
StartDbSystemDetails.Builder |
StartDbSystemDetails.toBuilder() |
|