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 |
build() |
FlexComponentSummary.Builder |
copy(FlexComponentSummary model) |
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.
|
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 build()
public FlexComponentSummary.Builder copy(FlexComponentSummary model)
Copyright © 2016–2024. All rights reserved.