Interface MapFilter.Builder

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

public static interface MapFilter.Builder extends SdkPojo, CopyableBuilder<MapFilter.Builder,MapFilter>
  • Method Details

    • comparison

      MapFilter.Builder comparison(String comparison)

      The operator to use when comparing values in the filter.

      Parameters:
      comparison - The operator to use when comparing values in the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      MapFilter.Builder comparison(MapComparison comparison)

      The operator to use when comparing values in the filter.

      Parameters:
      comparison - The operator to use when comparing values in the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The tag key used in the filter.

      Parameters:
      key - The tag key used in the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      MapFilter.Builder value(String value)

      The tag value used in the filter.

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