public static class CreateDrPlanResponse.Builder extends Object implements BmcResponse.Builder<CreateDrPlanResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDrPlanResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateDrPlanResponse |
build()
Build the response object.
|
CreateDrPlanResponse.Builder |
copy(CreateDrPlanResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateDrPlanResponse.Builder |
drPlan(DrPlan drPlan)
The returned
DrPlan instance. |
CreateDrPlanResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateDrPlanResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateDrPlanResponse.Builder |
location(String location)
A URI for the new resource which was created by the request.
|
CreateDrPlanResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateDrPlanResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier (OCID) for the asynchronous request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateDrPlanResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateDrPlanResponse>
public CreateDrPlanResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateDrPlanResponse>
public CreateDrPlanResponse.Builder location(String location)
A URI for the new resource which was created by the request.
location
- the value to setpublic CreateDrPlanResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control.
etag
- the value to setpublic CreateDrPlanResponse.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 CreateDrPlanResponse.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 CreateDrPlanResponse.Builder drPlan(DrPlan drPlan)
The returned DrPlan
instance.
drPlan
- the value to setpublic CreateDrPlanResponse.Builder copy(CreateDrPlanResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateDrPlanResponse>
o
- other request from which to copy valuespublic CreateDrPlanResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateDrPlanResponse>
Copyright © 2016–2024. All rights reserved.