public static class NotebookSessionShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotebookSessionShapeConfigDetails |
build() |
NotebookSessionShapeConfigDetails.Builder |
copy(NotebookSessionShapeConfigDetails o) |
NotebookSessionShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified.
|
NotebookSessionShapeConfigDetails.Builder |
ocpus(Float ocpus)
A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
|
public NotebookSessionShapeConfigDetails.Builder ocpus(Float ocpus)
A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
ocpus
- the value to setpublic NotebookSessionShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
memoryInGBs
- the value to setpublic NotebookSessionShapeConfigDetails build()
public NotebookSessionShapeConfigDetails.Builder copy(NotebookSessionShapeConfigDetails o)
Copyright © 2016–2022. All rights reserved.