public static class NotebookSessionConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotebookSessionConfigurationDetails.Builder |
blockStorageSizeInGBs(Integer blockStorageSizeInGBs)
A notebook session instance is provided with a block storage volume.
|
NotebookSessionConfigurationDetails |
build() |
NotebookSessionConfigurationDetails.Builder |
copy(NotebookSessionConfigurationDetails model) |
NotebookSessionConfigurationDetails.Builder |
notebookSessionShapeConfigDetails(NotebookSessionShapeConfigDetails notebookSessionShapeConfigDetails) |
NotebookSessionConfigurationDetails.Builder |
privateEndpointId(String privateEndpointId)
The OCID of a Data Science private endpoint.
|
NotebookSessionConfigurationDetails.Builder |
shape(String shape)
The shape used to launch the notebook session compute instance.
|
NotebookSessionConfigurationDetails.Builder |
subnetId(String subnetId)
A notebook session instance is provided with a VNIC for network access.
|
public NotebookSessionConfigurationDetails.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 NotebookSessionConfigurationDetails.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 NotebookSessionConfigurationDetails.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 NotebookSessionConfigurationDetails.Builder privateEndpointId(String privateEndpointId)
The OCID of a Data Science private endpoint.
privateEndpointId
- the value to setpublic NotebookSessionConfigurationDetails.Builder notebookSessionShapeConfigDetails(NotebookSessionShapeConfigDetails notebookSessionShapeConfigDetails)
public NotebookSessionConfigurationDetails build()
public NotebookSessionConfigurationDetails.Builder copy(NotebookSessionConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.