public static class DisassociateDrProtectionGroupResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DisassociateDrProtectionGroupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DisassociateDrProtectionGroupResponse |
build()
Build the response object.
|
DisassociateDrProtectionGroupResponse.Builder |
copy(DisassociateDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
DisassociateDrProtectionGroupResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
DisassociateDrProtectionGroupResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DisassociateDrProtectionGroupResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier (OCID) for the asynchronous request.
|
public DisassociateDrProtectionGroupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DisassociateDrProtectionGroupResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public DisassociateDrProtectionGroupResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier (OCID) for the asynchronous request. You can use this to query status of the asynchronous operation. Use getWorkRequest
with this OCID to track the status of the request.
opcWorkRequestId
- the value to setpublic DisassociateDrProtectionGroupResponse.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 DisassociateDrProtectionGroupResponse.Builder copy(DisassociateDrProtectionGroupResponse o)
Copy method to populate the builder with values from the given instance.
public DisassociateDrProtectionGroupResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.