public static class UpdateResolverResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateResolverResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateResolverResponse |
build() |
UpdateResolverResponse.Builder |
copy(UpdateResolverResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateResolverResponse.Builder |
etag(String etag)
The current version of the resource, ending with a
representation-specific suffix.
|
UpdateResolverResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateResolverResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
UpdateResolverResponse.Builder |
resolver(Resolver resolver)
The returned Resolver instance.
|
String |
toString() |
public UpdateResolverResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateResolverResponse.Builder copy(UpdateResolverResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateResolverResponse build()
public UpdateResolverResponse.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 UpdateResolverResponse.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 UpdateResolverResponse.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 UpdateResolverResponse.Builder resolver(Resolver resolver)
The returned Resolver instance.
this
.Copyright © 2016–2022. All rights reserved.