Package com.oracle.bmc.datascience.model
Class NotebookSessionShapeConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.NotebookSessionShapeConfigDetails.Builder
-
- Enclosing class:
- NotebookSessionShapeConfigDetails
public static class NotebookSessionShapeConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookSessionShapeConfigDetails
build()
NotebookSessionShapeConfigDetails.Builder
copy(NotebookSessionShapeConfigDetails model)
NotebookSessionShapeConfigDetails.Builder
cpuBaseline(NotebookSessionShapeConfigDetails.CpuBaseline cpuBaseline)
The baseline OCPU utilization for a subcore burstable VM instance.NotebookSessionShapeConfigDetails.Builder
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the notebook session instance, in gigabytes.NotebookSessionShapeConfigDetails.Builder
ocpus(Float ocpus)
The total number of OCPUs available to the notebook session instance.
-
-
-
Method Detail
-
ocpus
public NotebookSessionShapeConfigDetails.Builder ocpus(Float ocpus)
The total number of OCPUs available to the notebook session instance.- Parameters:
ocpus
- the value to set- Returns:
- this builder
-
memoryInGBs
public NotebookSessionShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the notebook session instance, in gigabytes.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
cpuBaseline
public NotebookSessionShapeConfigDetails.Builder cpuBaseline(NotebookSessionShapeConfigDetails.CpuBaseline cpuBaseline)
The baseline OCPU utilization for a subcore burstable VM instance.If this attribute is left bank, it will default to BASELINE_1_1. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
- Parameters:
cpuBaseline
- the value to set- Returns:
- this builder
-
build
public NotebookSessionShapeConfigDetails build()
-
copy
public NotebookSessionShapeConfigDetails.Builder copy(NotebookSessionShapeConfigDetails model)
-
-