public static class FlexComponentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FlexComponentSummary.Builder |
availableCoreCount(Integer availableCoreCount)
The maximum number of CPU cores that can ben enabled on the DB Server for this Flex
Component.
|
FlexComponentSummary.Builder |
availableDbStorageInGBs(Integer availableDbStorageInGBs)
The maximum storage that can be enabled on the Storage Server for this Flex Component.
|
FlexComponentSummary.Builder |
availableLocalStorageInGBs(Integer availableLocalStorageInGBs)
The maximum local storage that can be enabled on the DB Server for this Flex Component.
|
FlexComponentSummary.Builder |
availableMemoryInGBs(Integer availableMemoryInGBs)
The maximum memory size that can be enabled on the DB Server for this Flex Component.
|
FlexComponentSummary |
build() |
FlexComponentSummary.Builder |
computeModel(String computeModel)
The compute model of the DB Server for this Flex Component.
|
FlexComponentSummary.Builder |
copy(FlexComponentSummary model) |
FlexComponentSummary.Builder |
descriptionSummary(String descriptionSummary)
The description summary for this Flex Component.
|
FlexComponentSummary.Builder |
hardwareType(FlexComponentSummary.HardwareType hardwareType)
The hardware type of the DB (Compute) or Storage (Cell) Server for this Flex Component.
|
FlexComponentSummary.Builder |
minimumCoreCount(Integer minimumCoreCount)
The minimum number of CPU cores that can be enabled on the DB Server for this Flex
Component.
|
FlexComponentSummary.Builder |
name(String name)
The name of the Flex Component used for the DB system.
|
FlexComponentSummary.Builder |
runtimeMinimumCoreCount(Integer runtimeMinimumCoreCount)
The runtime minimum number of CPU cores that can be enabled for this Flex Component.
|
FlexComponentSummary.Builder |
shape(String shape)
The name of the DB system shape for this Flex Component.
|
public FlexComponentSummary.Builder name(String name)
The name of the Flex Component used for the DB system.
name
- the value to setpublic FlexComponentSummary.Builder minimumCoreCount(Integer minimumCoreCount)
The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component.
minimumCoreCount
- the value to setpublic FlexComponentSummary.Builder availableCoreCount(Integer availableCoreCount)
The maximum number of CPU cores that can ben enabled on the DB Server for this Flex Component.
availableCoreCount
- the value to setpublic FlexComponentSummary.Builder availableDbStorageInGBs(Integer availableDbStorageInGBs)
The maximum storage that can be enabled on the Storage Server for this Flex Component.
availableDbStorageInGBs
- the value to setpublic FlexComponentSummary.Builder runtimeMinimumCoreCount(Integer runtimeMinimumCoreCount)
The runtime minimum number of CPU cores that can be enabled for this Flex Component.
runtimeMinimumCoreCount
- the value to setpublic FlexComponentSummary.Builder shape(String shape)
The name of the DB system shape for this Flex Component.
shape
- the value to setpublic FlexComponentSummary.Builder availableMemoryInGBs(Integer availableMemoryInGBs)
The maximum memory size that can be enabled on the DB Server for this Flex Component.
availableMemoryInGBs
- the value to setpublic FlexComponentSummary.Builder availableLocalStorageInGBs(Integer availableLocalStorageInGBs)
The maximum local storage that can be enabled on the DB Server for this Flex Component.
availableLocalStorageInGBs
- the value to setpublic FlexComponentSummary.Builder computeModel(String computeModel)
The compute model of the DB Server for this Flex Component.
computeModel
- the value to setpublic FlexComponentSummary.Builder hardwareType(FlexComponentSummary.HardwareType hardwareType)
The hardware type of the DB (Compute) or Storage (Cell) Server for this Flex Component.
hardwareType
- the value to setpublic FlexComponentSummary.Builder descriptionSummary(String descriptionSummary)
The description summary for this Flex Component.
descriptionSummary
- the value to setpublic FlexComponentSummary build()
public FlexComponentSummary.Builder copy(FlexComponentSummary model)
Copyright © 2016–2025. All rights reserved.