Class Row.Builder

  • Enclosing class:
    Row

    public static class Row.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • 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
      • build

        public Row build()