public static class NotebookSessionConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotebookSessionConfigDetails.Builder |
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
A notebook session instance is provided with a block storage volume.
|
NotebookSessionConfigDetails |
build() |
NotebookSessionConfigDetails.Builder |
copy(NotebookSessionConfigDetails model) |
NotebookSessionConfigDetails.Builder |
notebookSessionShapeConfigDetails(NotebookSessionShapeConfigDetails notebookSessionShapeConfigDetails) |
NotebookSessionConfigDetails.Builder |
privateEndpointId(String privateEndpointId)
The OCID of a Data Science private endpoint.
|
NotebookSessionConfigDetails.Builder |
shape(String shape)
The shape used to launch the notebook session compute instance.
|
NotebookSessionConfigDetails.Builder |
subnetId(String subnetId)
A notebook session instance is provided with a VNIC for network access.
|
public NotebookSessionConfigDetails.Builder shape(String shape)
The shape used to launch the notebook session compute instance. The list of available
shapes in a given compartment can be retrieved using the ListNotebookSessionShapes
endpoint.
shape
- the value to setpublic NotebookSessionConfigDetails.Builder blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
blockStorageSizeInGBs
- the value to setpublic NotebookSessionConfigDetails.Builder subnetId(String subnetId)
A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
subnetId
- the value to setpublic NotebookSessionConfigDetails.Builder privateEndpointId(String privateEndpointId)
The OCID of a Data Science private endpoint.
privateEndpointId
- the value to setpublic NotebookSessionConfigDetails.Builder notebookSessionShapeConfigDetails(NotebookSessionShapeConfigDetails notebookSessionShapeConfigDetails)
public NotebookSessionConfigDetails build()
public NotebookSessionConfigDetails.Builder copy(NotebookSessionConfigDetails model)
Copyright © 2016–2024. All rights reserved.