public static class CreateSessionResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateSessionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSessionResponse |
build() |
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.
|
String |
toString() |
public CreateSessionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSessionResponse.Builder copy(CreateSessionResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSessionResponse build()
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.
this
.public 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.
this
.public 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/
this
.public CreateSessionResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateSessionResponse.Builder session(Session session)
The returned Session instance.
this
.Copyright © 2016–2022. All rights reserved.