Interface NodeFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NodeFilter.Builder,NodeFilter>, SdkBuilder<NodeFilter.Builder,NodeFilter>, SdkPojo
Enclosing class:
NodeFilter

@Mutable @NotThreadSafe public static interface NodeFilter.Builder extends SdkPojo, CopyableBuilder<NodeFilter.Builder,NodeFilter>
  • Method Details

    • key

      The name of the filter.

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

      The name of the filter.

      Parameters:
      key - The name of the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • type

      The type of filter operator.

      Parameters:
      type - The type of filter operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of filter operator.

      Parameters:
      type - The type of filter operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: