public static class GetNotebookSessionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetNotebookSessionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetNotebookSessionResponse |
build() |
GetNotebookSessionResponse.Builder |
copy(GetNotebookSessionResponse o)
Copy method to populate the builder with values from the given instance.
|
GetNotebookSessionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetNotebookSessionResponse.Builder |
notebookSession(NotebookSession notebookSession)
The returned NotebookSession instance.
|
GetNotebookSessionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
String |
toString() |
public GetNotebookSessionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetNotebookSessionResponse.Builder copy(GetNotebookSessionResponse o)
Copy method to populate the builder with values from the given instance.
public GetNotebookSessionResponse build()
public GetNotebookSessionResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetNotebookSessionResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
this
.public GetNotebookSessionResponse.Builder notebookSession(NotebookSession notebookSession)
The returned NotebookSession instance.
this
.Copyright © 2016–2022. All rights reserved.