Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Row |
build() |
Row.Builder |
copy(Row model) |
Row.Builder |
timeOfExpiration(Date timeOfExpiration)
The expiration time of the row.
|
Row.Builder |
usage(RequestUsage usage) |
Row.Builder |
value(Map<String,Object> value)
The map of values from a row.
|
public Row.Builder value(Map<String,Object> value)
The map of values from a row.
value
- the value to setpublic Row.Builder timeOfExpiration(Date timeOfExpiration)
The expiration time of the row. A zero value indicates that the row does not expire. An RFC3339 formatted datetime string.
timeOfExpiration
- the value to setpublic Row.Builder usage(RequestUsage usage)
public Row build()
public Row.Builder copy(Row model)
Copyright © 2016–2024. All rights reserved.