public static class GetNotebookSessionResponse.Builder extends Object implements BmcResponse.Builder<GetNotebookSessionResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetNotebookSessionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetNotebookSessionResponse |
build()
Build the response object.
|
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 |
headers(Map<String,List<String>> headers) |
GetNotebookSessionResponse.Builder |
notebookSession(NotebookSession notebookSession)
The returned
NotebookSession instance. |
GetNotebookSessionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetNotebookSessionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetNotebookSessionResponse>
public GetNotebookSessionResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetNotebookSessionResponse>
public GetNotebookSessionResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic 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.
opcRequestId
- the value to setpublic GetNotebookSessionResponse.Builder notebookSession(NotebookSession notebookSession)
The returned NotebookSession
instance.
notebookSession
- the value to setpublic GetNotebookSessionResponse.Builder copy(GetNotebookSessionResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetNotebookSessionResponse>
o
- other request from which to copy valuespublic GetNotebookSessionResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetNotebookSessionResponse>
Copyright © 2016–2024. All rights reserved.