Interface Collection.Builder1

Enclosing class:
Collection

public static interface Collection.Builder1
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    id(UUID id)
    Set the id of this Collection instance.
  • Method Details

    • id

      Collection id(@Nonnull UUID id)
      Set the id of this Collection instance.
      Parameters:
      id - Unique identifier of a collection.
      Returns:
      The Collection instance.