public static class GetDbNodeResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetDbNodeResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetDbNodeResponse |
build() |
GetDbNodeResponse.Builder |
copy(GetDbNodeResponse o)
Copy method to populate the builder with values from the given instance.
|
GetDbNodeResponse.Builder |
dbNode(DbNode dbNode)
The returned DbNode instance.
|
GetDbNodeResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetDbNodeResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetDbNodeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetDbNodeResponse.Builder copy(GetDbNodeResponse o)
Copy method to populate the builder with values from the given instance.
public GetDbNodeResponse build()
public GetDbNodeResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetDbNodeResponse.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 GetDbNodeResponse.Builder dbNode(DbNode dbNode)
The returned DbNode instance.
this
.Copyright © 2016–2022. All rights reserved.