Package com.oracle.bmc.datascience.model
Class NotebookSessionShapeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.NotebookSessionShapeSummary.Builder
-
- Enclosing class:
- NotebookSessionShapeSummary
public static class NotebookSessionShapeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookSessionShapeSummary
build()
NotebookSessionShapeSummary.Builder
copy(NotebookSessionShapeSummary model)
NotebookSessionShapeSummary.Builder
coreCount(Integer coreCount)
The number of cores associated with this notebook session shape.NotebookSessionShapeSummary.Builder
memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this notebook session shape.NotebookSessionShapeSummary.Builder
name(String name)
The name of the notebook session shape.NotebookSessionShapeSummary.Builder
shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.
-
-
-
Method Detail
-
name
public NotebookSessionShapeSummary.Builder name(String name)
The name of the notebook session shape.- Parameters:
name
- the value to set- Returns:
- this builder
-
coreCount
public NotebookSessionShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this notebook session shape.- Parameters:
coreCount
- the value to set- Returns:
- this builder
-
memoryInGBs
public NotebookSessionShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this notebook session shape.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
shapeSeries
public NotebookSessionShapeSummary.Builder shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.- Parameters:
shapeSeries
- the value to set- Returns:
- this builder
-
build
public NotebookSessionShapeSummary build()
-
copy
public NotebookSessionShapeSummary.Builder copy(NotebookSessionShapeSummary model)
-
-