public static class CreateZoneResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateZoneResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateZoneResponse |
build() |
CreateZoneResponse.Builder |
copy(CreateZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateZoneResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a
representation-specific suffix.
|
CreateZoneResponse.Builder |
location(String location)
The full URI of the resource related to the request.
|
CreateZoneResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateZoneResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
String |
toString() |
CreateZoneResponse.Builder |
zone(Zone zone)
The returned Zone instance.
|
public CreateZoneResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateZoneResponse.Builder copy(CreateZoneResponse o)
Copy method to populate the builder with values from the given instance.
public CreateZoneResponse build()
public CreateZoneResponse.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.
this
.public CreateZoneResponse.Builder location(String location)
The full URI of the resource related to the request.
this
.public CreateZoneResponse.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.
this
.public CreateZoneResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
this
.public CreateZoneResponse.Builder zone(Zone zone)
The returned Zone instance.
this
.Copyright © 2016–2022. All rights reserved.