Package | Description |
---|---|
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
static GetRowRequest.Builder |
GetRowRequest.builder()
Return a new builder for this request object.
|
GetRowRequest.Builder |
GetRowRequest.Builder.compartmentId(String compartmentId)
The ID of a table’s compartment.
|
GetRowRequest.Builder |
GetRowRequest.Builder.consistency(GetRowRequest.Consistency consistency)
Consistency requirement for a read operation.
|
GetRowRequest.Builder |
GetRowRequest.Builder.copy(GetRowRequest o)
Copy method to populate the builder with values from the given instance.
|
GetRowRequest.Builder |
GetRowRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetRowRequest.Builder |
GetRowRequest.Builder.key(List<String> key)
An array of strings, each of the format “column-name:value”, representing the primary key
of the row.
|
GetRowRequest.Builder |
GetRowRequest.Builder.key(String singularValue)
Singular setter.
|
GetRowRequest.Builder |
GetRowRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetRowRequest.Builder |
GetRowRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetRowRequest.Builder |
GetRowRequest.Builder.tableNameOrId(String tableNameOrId)
A table name within the compartment, or a table OCID.
|
GetRowRequest.Builder |
GetRowRequest.Builder.timeoutInMs(Integer timeoutInMs)
Timeout setting for this operation.
|
GetRowRequest.Builder |
GetRowRequest.toBuilder()
Return an instance of
GetRowRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.