public static class NotebookSession.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotebookSession |
build() |
NotebookSession.Builder |
compartmentId(String compartmentId)
The OCID
of the notebook session’s compartment.
|
NotebookSession.Builder |
copy(NotebookSession model) |
NotebookSession.Builder |
createdBy(String createdBy)
The OCID
of the user who created the notebook session.
|
NotebookSession.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
NotebookSession.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
NotebookSession.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
NotebookSession.Builder |
id(String id)
The OCID
of the notebook session.
|
NotebookSession.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the state of the notebook session.
|
NotebookSession.Builder |
lifecycleState(NotebookSessionLifecycleState lifecycleState)
The state of the notebook session.
|
NotebookSession.Builder |
notebookSessionConfigDetails(NotebookSessionConfigDetails notebookSessionConfigDetails) |
NotebookSession.Builder |
notebookSessionConfigurationDetails(NotebookSessionConfigurationDetails notebookSessionConfigurationDetails) |
NotebookSession.Builder |
notebookSessionRuntimeConfigDetails(NotebookSessionRuntimeConfigDetails notebookSessionRuntimeConfigDetails) |
NotebookSession.Builder |
notebookSessionStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> notebookSessionStorageMountConfigurationDetailsList)
Collection of NotebookSessionStorageMountConfigurationDetails.
|
NotebookSession.Builder |
notebookSessionUrl(String notebookSessionUrl)
The URL to interact with the notebook session.
|
NotebookSession.Builder |
projectId(String projectId)
The OCID
of the project associated with the notebook session.
|
NotebookSession.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by
RFC3339.
|
public NotebookSession.Builder id(String id)
The OCID of the notebook session.
id
- the value to setpublic NotebookSession.Builder timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
timeCreated
- the value to setpublic NotebookSession.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
displayName
- the value to setpublic NotebookSession.Builder projectId(String projectId)
The OCID of the project associated with the notebook session.
projectId
- the value to setpublic NotebookSession.Builder createdBy(String createdBy)
The OCID of the user who created the notebook session.
createdBy
- the value to setpublic NotebookSession.Builder compartmentId(String compartmentId)
The OCID of the notebook session’s compartment.
compartmentId
- the value to setpublic NotebookSession.Builder notebookSessionConfigurationDetails(NotebookSessionConfigurationDetails notebookSessionConfigurationDetails)
public NotebookSession.Builder notebookSessionConfigDetails(NotebookSessionConfigDetails notebookSessionConfigDetails)
public NotebookSession.Builder notebookSessionRuntimeConfigDetails(NotebookSessionRuntimeConfigDetails notebookSessionRuntimeConfigDetails)
public NotebookSession.Builder notebookSessionStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> notebookSessionStorageMountConfigurationDetailsList)
Collection of NotebookSessionStorageMountConfigurationDetails.
notebookSessionStorageMountConfigurationDetailsList
- the value to setpublic NotebookSession.Builder notebookSessionUrl(String notebookSessionUrl)
The URL to interact with the notebook session.
notebookSessionUrl
- the value to setpublic NotebookSession.Builder lifecycleState(NotebookSessionLifecycleState lifecycleState)
The state of the notebook session.
lifecycleState
- the value to setpublic NotebookSession.Builder lifecycleDetails(String lifecycleDetails)
Details about the state of the notebook session.
lifecycleDetails
- the value to setpublic NotebookSession.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"}
freeformTags
- the value to setpublic NotebookSession.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"}}
definedTags
- the value to setpublic NotebookSession build()
public NotebookSession.Builder copy(NotebookSession model)
Copyright © 2016–2024. All rights reserved.