Interface PatchOrchestratorFilter.Builder

    • Method Detail

      • key

        PatchOrchestratorFilter.Builder key​(String key)

        The key for the filter.

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

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

        The value for the filter.

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

        PatchOrchestratorFilter.Builder values​(String... values)

        The value for the filter.

        Parameters:
        values - The value for the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.