Package com.oracle.bmc.nosql.model
Class Row.Builder
- java.lang.Object
-
- com.oracle.bmc.nosql.model.Row.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
public Row.Builder value(Map<String,Object> value)
The map of values from a row.- Parameters:
value
- the value to set- Returns:
- this builder
-
timeOfExpiration
public 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.
- Parameters:
timeOfExpiration
- the value to set- Returns:
- this builder
-
usage
public Row.Builder usage(RequestUsage usage)
-
build
public Row build()
-
copy
public Row.Builder copy(Row model)
-
-