public static class UpdateRowResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateRowResult |
build() |
UpdateRowResult.Builder |
copy(UpdateRowResult model) |
UpdateRowResult.Builder |
existingValue(Map<String,Object> existingValue)
The map of values from a row.
|
UpdateRowResult.Builder |
existingVersion(String existingVersion)
The version string associated with the existing row.
|
UpdateRowResult.Builder |
generatedValue(String generatedValue)
The value generated if the operation created a new value for an identity column.
|
UpdateRowResult.Builder |
usage(RequestUsage usage) |
UpdateRowResult.Builder |
version(String version)
An opaque version string associated with the row.
|
public UpdateRowResult.Builder version(String version)
An opaque version string associated with the row.
version
- the value to setpublic UpdateRowResult.Builder existingVersion(String existingVersion)
The version string associated with the existing row. Returned if the put fails due to options setting in the request.
existingVersion
- the value to setpublic UpdateRowResult.Builder existingValue(Map<String,Object> existingValue)
The map of values from a row.
existingValue
- the value to setpublic UpdateRowResult.Builder generatedValue(String generatedValue)
The value generated if the operation created a new value for an identity column. If the table has no identity column, this value is null. If it has an identity column, and a value was generated for that column, it is non-null.
generatedValue
- the value to setpublic UpdateRowResult.Builder usage(RequestUsage usage)
public UpdateRowResult build()
public UpdateRowResult.Builder copy(UpdateRowResult model)
Copyright © 2016–2024. All rights reserved.