Uses of Class
com.oracle.bmc.mysql.model.ShapeSummary.Builder
-
Packages that use ShapeSummary.Builder Package Description com.oracle.bmc.mysql.model -
-
Uses of ShapeSummary.Builder in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ShapeSummary.Builder Modifier and Type Method Description static ShapeSummary.Builder
ShapeSummary. builder()
Create a new builder.ShapeSummary.Builder
ShapeSummary.Builder. copy(ShapeSummary model)
ShapeSummary.Builder
ShapeSummary.Builder. cpuCoreCount(Integer cpuCoreCount)
The number of CPU Cores the Instance provides.ShapeSummary.Builder
ShapeSummary.Builder. isSupportedFor(List<ShapeSummary.IsSupportedFor> isSupportedFor)
What service features the shape is supported for.ShapeSummary.Builder
ShapeSummary.Builder. memorySizeInGBs(Integer memorySizeInGBs)
The amount of RAM the Instance provides.ShapeSummary.Builder
ShapeSummary.Builder. name(String name)
The name of the shape used for the DB System.ShapeSummary.Builder
ShapeSummary. toBuilder()
-