Interface InventoryAggregator.Builder

    • Method Detail

      • expression

        InventoryAggregator.Builder expression​(String expression)

        The inventory type and attribute name for aggregation.

        Parameters:
        expression - The inventory type and attribute name for aggregation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        InventoryAggregator.Builder aggregators​(Collection<InventoryAggregator> aggregators)

        Nested aggregators to further refine aggregation for an inventory type.

        Parameters:
        aggregators - Nested aggregators to further refine aggregation for an inventory type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        InventoryAggregator.Builder aggregators​(InventoryAggregator... aggregators)

        Nested aggregators to further refine aggregation for an inventory type.

        Parameters:
        aggregators - Nested aggregators to further refine aggregation for an inventory type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        InventoryAggregator.Builder groups​(Collection<InventoryGroup> groups)

        A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

        Parameters:
        groups - A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        InventoryAggregator.Builder groups​(InventoryGroup... groups)

        A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

        Parameters:
        groups - A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.