Interface GroupingIdentifier.Builder

    • Method Detail

      • key

        GroupingIdentifier.Builder key​(String key)

        The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.

        Parameters:
        key - The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        GroupingIdentifier.Builder value​(String value)

        The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.

        Parameters:
        value - The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.
        Returns:
        Returns a reference to this object so that method calls can be chained together.