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