static PrepareStatementRequest.Builder |
PrepareStatementRequest.builder() |
Return a new builder for this request object.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.compartmentId(String compartmentId) |
The ID of a table’s compartment.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.copy(PrepareStatementRequest o) |
Copy method to populate the builder with values from the given instance.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.isGetQueryPlan(Boolean isGetQueryPlan) |
Include a query execution plan in the result.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.Builder.statement(String statement) |
A NoSQL SQL statement.
|
PrepareStatementRequest.Builder |
PrepareStatementRequest.toBuilder() |
|