public static class CreateSessionResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSessionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSessionResponse |
build()
Build the response object.
|
CreateSessionResponse.Builder |
copy(CreateSessionResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateSessionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateSessionResponse.Builder |
location(String location)
this contains the full URI for the get request, e.g.
|
CreateSessionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateSessionResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
CreateSessionResponse.Builder |
session(Session session)
The returned Session instance.
|
public CreateSessionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSessionResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic CreateSessionResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic CreateSessionResponse.Builder location(String location)
this contains the full URI for the get request, e.g. “https://iaas.us-phoenix-1.oraclecloud.com/20210331/bastions/
location
- the value to setpublic CreateSessionResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateSessionResponse.Builder session(Session session)
The returned Session instance.
session
- the value to setpublic CreateSessionResponse.Builder copy(CreateSessionResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSessionResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.