public static class UpdateNotebookSessionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateNotebookSessionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateNotebookSessionResponse |
build() |
UpdateNotebookSessionResponse.Builder |
copy(UpdateNotebookSessionResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateNotebookSessionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateNotebookSessionResponse.Builder |
notebookSession(NotebookSession notebookSession)
The returned NotebookSession instance.
|
UpdateNotebookSessionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
String |
toString() |
public UpdateNotebookSessionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateNotebookSessionResponse.Builder copy(UpdateNotebookSessionResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateNotebookSessionResponse build()
public UpdateNotebookSessionResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public UpdateNotebookSessionResponse.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 UpdateNotebookSessionResponse.Builder notebookSession(NotebookSession notebookSession)
The returned NotebookSession instance.
this
.Copyright © 2016–2022. All rights reserved.