Interface VolumeFilter.Builder

    • Method Detail

      • values

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

        The values of the filter. These are all the values for any of the applied filters.

        Parameters:
        values - The values of the filter. These are all the values for any of the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        VolumeFilter.Builder values​(String... values)

        The values of the filter. These are all the values for any of the applied filters.

        Parameters:
        values - The values of the filter. These are all the values for any of the applied filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.