public static class NotebookSessionShapeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public NotebookSessionShapeSummary.Builder name(String name)
The name of the notebook session shape.
name
- the value to setpublic NotebookSessionShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this notebook session shape.
coreCount
- the value to setpublic NotebookSessionShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this notebook session shape.
memoryInGBs
- the value to setpublic NotebookSessionShapeSummary.Builder shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.
shapeSeries
- the value to setpublic NotebookSessionShapeSummary build()
public NotebookSessionShapeSummary.Builder copy(NotebookSessionShapeSummary model)
Copyright © 2016–2024. All rights reserved.