Interface Category.Builder

    • Method Detail

      • id

        Category.Builder id​(String id)

        The unique identifier of the category.

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

        Category.Builder title​(String title)

        The title or name of the category.

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

        Category.Builder color​(String color)

        The color of the category

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

        Category.Builder appCount​(Integer appCount)

        The number of published Amazon Q Apps associated with a category

        Parameters:
        appCount - The number of published Amazon Q Apps associated with a category
        Returns:
        Returns a reference to this object so that method calls can be chained together.