| static UpdateRowDetails.Builder | UpdateRowDetails. builder() | Create a new builder. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. compartmentId(String compartmentId) | The OCID of the table’s compartment. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. copy(UpdateRowDetails model) |  | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. identityCacheSize(Integer identityCacheSize) | Sets the number of generated identity values that are requested from the server during a
put. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. isExactMatch(Boolean isExactMatch) | If present and true, the presented row value must exactly match the table’s schema. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. isGetReturnRow(Boolean isGetReturnRow) | If true, and the put fails due to an option setting, then the existing row will be
returned. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. isTtlUseTableDefault(Boolean isTtlUseTableDefault) | If true, set time-to-live for this row to the table’s default. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. option(UpdateRowDetails.Option option) | Specifies a condition for the put operation. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. timeoutInMs(Integer timeoutInMs) | Timeout setting for the put. | 
| UpdateRowDetails.Builder | UpdateRowDetails. toBuilder() |  | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. ttl(Integer ttl) | Time-to-live for the row, in days. | 
| UpdateRowDetails.Builder | UpdateRowDetails.Builder. value(Map<String,Object> value) | The map of values from a row. |