Interface NodeFilter.Builder

    • Method Detail

      • values

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

        A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.

        Parameters:
        values - A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        NodeFilter.Builder values​(String... values)

        A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.

        Parameters:
        values - A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.