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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookSessionShapeConfigDetailsbuild()NotebookSessionShapeConfigDetails.Buildercopy(NotebookSessionShapeConfigDetails model)NotebookSessionShapeConfigDetails.BuildercpuBaseline(NotebookSessionShapeConfigDetails.CpuBaseline cpuBaseline)The baseline OCPU utilization for a subcore burstable VM instance.NotebookSessionShapeConfigDetails.BuildermemoryInGBs(Float memoryInGBs)The total amount of memory available to the notebook session instance, in gigabytes.NotebookSessionShapeConfigDetails.Builderocpus(Float ocpus)The total number of OCPUs available to the notebook session instance.
 
- 
- 
- 
Method Detail- 
ocpuspublic 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
 
 - 
memoryInGBspublic 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
 
 - 
cpuBaselinepublic 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
 
 - 
buildpublic NotebookSessionShapeConfigDetails build() 
 - 
copypublic NotebookSessionShapeConfigDetails.Builder copy(NotebookSessionShapeConfigDetails model) 
 
- 
 
-