public static class GetTargetDatabaseResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetTargetDatabaseResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetTargetDatabaseResponse |
build() |
GetTargetDatabaseResponse.Builder |
copy(GetTargetDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
|
GetTargetDatabaseResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetTargetDatabaseResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetTargetDatabaseResponse.Builder |
targetDatabase(TargetDatabase targetDatabase)
The returned TargetDatabase instance.
|
String |
toString() |
public GetTargetDatabaseResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetTargetDatabaseResponse.Builder copy(GetTargetDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
public GetTargetDatabaseResponse build()
public GetTargetDatabaseResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control
this
.public GetTargetDatabaseResponse.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 GetTargetDatabaseResponse.Builder targetDatabase(TargetDatabase targetDatabase)
The returned TargetDatabase instance.
this
.Copyright © 2016–2022. All rights reserved.