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