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