public static class CreateLockboxResponse.Builder extends Object implements BmcResponse.Builder<CreateLockboxResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateLockboxResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateLockboxResponse |
build()
Build the response object.
|
CreateLockboxResponse.Builder |
copy(CreateLockboxResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateLockboxResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateLockboxResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateLockboxResponse.Builder |
location(String location)
this contains the full URI for the get request, e.g.
|
CreateLockboxResponse.Builder |
lockbox(Lockbox lockbox)
The returned
Lockbox instance. |
CreateLockboxResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateLockboxResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateLockboxResponse>
public CreateLockboxResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateLockboxResponse>
public CreateLockboxResponse.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 CreateLockboxResponse.Builder location(String location)
this contains the full URI for the get request, e.g.
“https://iaas.us-phoenix-1.oraclecloud.com/20210331/lockbox/
location
- the value to setpublic CreateLockboxResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateLockboxResponse.Builder lockbox(Lockbox lockbox)
The returned Lockbox
instance.
lockbox
- the value to setpublic CreateLockboxResponse.Builder copy(CreateLockboxResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateLockboxResponse>
o
- other request from which to copy valuespublic CreateLockboxResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateLockboxResponse>
Copyright © 2016–2024. All rights reserved.