public static class GetMirrorRecordResponse.Builder extends Object implements BmcResponse.Builder<GetMirrorRecordResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetMirrorRecordResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetMirrorRecordResponse |
build()
Build the response object.
|
GetMirrorRecordResponse.Builder |
copy(GetMirrorRecordResponse o)
Copy method to populate the builder with values from the given instance.
|
GetMirrorRecordResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetMirrorRecordResponse.Builder |
headers(Map<String,List<String>> headers) |
GetMirrorRecordResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetMirrorRecordResponse.Builder |
repositoryMirrorRecord(RepositoryMirrorRecord repositoryMirrorRecord)
The returned
RepositoryMirrorRecord instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetMirrorRecordResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetMirrorRecordResponse>
public GetMirrorRecordResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetMirrorRecordResponse>
public GetMirrorRecordResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetMirrorRecordResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic GetMirrorRecordResponse.Builder repositoryMirrorRecord(RepositoryMirrorRecord repositoryMirrorRecord)
The returned RepositoryMirrorRecord
instance.
repositoryMirrorRecord
- the value to setpublic GetMirrorRecordResponse.Builder copy(GetMirrorRecordResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetMirrorRecordResponse>
o
- other request from which to copy valuespublic GetMirrorRecordResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetMirrorRecordResponse>
Copyright © 2016–2024. All rights reserved.