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
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
-
build
public NotebookSessionShapeConfigDetails build()
-
copy
public NotebookSessionShapeConfigDetails.Builder copy(NotebookSessionShapeConfigDetails model)
-
-