Interface InventoryFilter.Builder

    • Method Detail

      • key

        InventoryFilter.Builder key​(String key)

        The name of the filter key.

        Parameters:
        key - The name of the filter key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        InventoryFilter.Builder values​(Collection<String> values)

        Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

        Parameters:
        values - Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        InventoryFilter.Builder values​(String... values)

        Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

        Parameters:
        values - Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.