Interface EventCategoriesMap.Builder

    • Method Detail

      • sourceType

        EventCategoriesMap.Builder sourceType​(String sourceType)

        The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

        Parameters:
        sourceType - The source type, such as cluster or cluster-snapshot, that the returned categories belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        EventCategoriesMap.Builder events​(Collection<EventInfoMap> events)

        The events in the event category.

        Parameters:
        events - The events in the event category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        EventCategoriesMap.Builder events​(EventInfoMap... events)

        The events in the event category.

        Parameters:
        events - The events in the event category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.