Interface BatchCreateCategoryInputCategory.Builder

  • Method Details

    • id

      The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.

      Parameters:
      id - The unique identifier to be associated with a category. If you don't include a value, the category is automatically assigned a unique identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The name of the category.

      Parameters:
      title - The name of the category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • color

      The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.

      Parameters:
      color - The color to be associated with a category. The color must be a hexadecimal value of either 3 or 6 digits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.