Package com.oracle.bmc.datascience.model
Class UpdateNotebookSessionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.UpdateNotebookSessionDetails.Builder
-
- Enclosing class:
- UpdateNotebookSessionDetails
public static class UpdateNotebookSessionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateNotebookSessionDetails.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
-
notebookSessionConfigurationDetails
public UpdateNotebookSessionDetails.Builder notebookSessionConfigurationDetails(NotebookSessionConfigurationDetails notebookSessionConfigurationDetails)
-
freeformTags
public UpdateNotebookSessionDetails.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 UpdateNotebookSessionDetails.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 UpdateNotebookSessionDetails.Builder notebookSessionRuntimeConfigDetails(NotebookSessionRuntimeConfigDetails notebookSessionRuntimeConfigDetails)
-
notebookSessionStorageMountConfigurationDetailsList
public UpdateNotebookSessionDetails.Builder notebookSessionStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> notebookSessionStorageMountConfigurationDetailsList)
Collection of NotebookSessionStorageMountConfigurationDetails.- Parameters:
notebookSessionStorageMountConfigurationDetailsList
- the value to set- Returns:
- this builder
-
build
public UpdateNotebookSessionDetails build()
-
copy
public UpdateNotebookSessionDetails.Builder copy(UpdateNotebookSessionDetails model)
-
-