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