Interface PatchFilter.Builder

    • Method Detail

      • values

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

        The value for the filter key.

        Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

        Parameters:
        values - The value for the filter key.

        Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        PatchFilter.Builder values​(String... values)

        The value for the filter key.

        Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

        Parameters:
        values - The value for the filter key.

        Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.