Package com.oracle.bmc.psql.model
Class StartDbSystemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.StartDbSystemDetails.Builder
-
- Enclosing class:
- StartDbSystemDetails
public static class StartDbSystemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartDbSystemDetailsbuild()StartDbSystemDetails.BuilderconfigId(String configId)The updated configId for the database system.StartDbSystemDetails.Buildercopy(StartDbSystemDetails model)StartDbSystemDetails.BuilderinstanceMemorySizeInGBs(Integer instanceMemorySizeInGBs)The total amount of memory available to each database system node, in gigabytes.StartDbSystemDetails.BuilderinstanceOcpuCount(Integer instanceOcpuCount)The total number of OCPUs available to each database system node.StartDbSystemDetails.Buildershape(String shape)The name of the shape for the database system nodes.
-
-
-
Method Detail
-
instanceOcpuCount
public StartDbSystemDetails.Builder instanceOcpuCount(Integer instanceOcpuCount)
The total number of OCPUs available to each database system node.- Parameters:
instanceOcpuCount- the value to set- Returns:
- this builder
-
instanceMemorySizeInGBs
public StartDbSystemDetails.Builder instanceMemorySizeInGBs(Integer instanceMemorySizeInGBs)
The total amount of memory available to each database system node, in gigabytes.- Parameters:
instanceMemorySizeInGBs- the value to set- Returns:
- this builder
-
shape
public StartDbSystemDetails.Builder shape(String shape)
The name of the shape for the database system nodes.Example: VM.Standard.E4.Flex
- Parameters:
shape- the value to set- Returns:
- this builder
-
configId
public StartDbSystemDetails.Builder configId(String configId)
The updated configId for the database system.- Parameters:
configId- the value to set- Returns:
- this builder
-
build
public StartDbSystemDetails build()
-
copy
public StartDbSystemDetails.Builder copy(StartDbSystemDetails model)
-
-