public static class UpdateZoneResponse.Builder extends Object implements BmcResponse.Builder<UpdateZoneResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateZoneResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateZoneResponse |
build()
Build the response object.
|
UpdateZoneResponse.Builder |
copy(UpdateZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateZoneResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix.
|
UpdateZoneResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateZoneResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateZoneResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
UpdateZoneResponse.Builder |
zone(Zone zone)
The returned
Zone instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateZoneResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateZoneResponse>
public UpdateZoneResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateZoneResponse>
public UpdateZoneResponse.Builder eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix. This value may be used in If-Match and If-None-Match headers for later requests of the same resource.
eTag
- the value to setpublic UpdateZoneResponse.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 UpdateZoneResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic UpdateZoneResponse.Builder zone(Zone zone)
The returned Zone
instance.
zone
- the value to setpublic UpdateZoneResponse.Builder copy(UpdateZoneResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateZoneResponse>
o
- other request from which to copy valuespublic UpdateZoneResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateZoneResponse>
Copyright © 2016–2024. All rights reserved.