Package com.oracle.bmc.datascience.model
Class CreateNotebookSessionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.CreateNotebookSessionDetails.Builder
-
- Enclosing class:
- CreateNotebookSessionDetails
public static class CreateNotebookSessionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateNotebookSessionDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
projectId
public CreateNotebookSessionDetails.Builder projectId(String projectId)
The OCID of the project to associate with the notebook session.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
compartmentId
public CreateNotebookSessionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the notebook session.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
notebookSessionConfigurationDetails
public CreateNotebookSessionDetails.Builder notebookSessionConfigurationDetails(NotebookSessionConfigurationDetails notebookSessionConfigurationDetails)
-
notebookSessionConfigDetails
public CreateNotebookSessionDetails.Builder notebookSessionConfigDetails(NotebookSessionConfigDetails notebookSessionConfigDetails)
-
freeformTags
public CreateNotebookSessionDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public CreateNotebookSessionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
notebookSessionRuntimeConfigDetails
public CreateNotebookSessionDetails.Builder notebookSessionRuntimeConfigDetails(NotebookSessionRuntimeConfigDetails notebookSessionRuntimeConfigDetails)
-
notebookSessionStorageMountConfigurationDetailsList
public CreateNotebookSessionDetails.Builder notebookSessionStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> notebookSessionStorageMountConfigurationDetailsList)
Collection of NotebookSessionStorageMountConfigurationDetails.- Parameters:
notebookSessionStorageMountConfigurationDetailsList
- the value to set- Returns:
- this builder
-
build
public CreateNotebookSessionDetails build()
-
copy
public CreateNotebookSessionDetails.Builder copy(CreateNotebookSessionDetails model)
-
-