Interface CoverageMapFilter.Builder

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

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

    • comparison

      CoverageMapFilter.Builder comparison(String comparison)

      The operator to compare coverage on.

      Parameters:
      comparison - The operator to compare coverage on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      The operator to compare coverage on.

      Parameters:
      comparison - The operator to compare coverage on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The tag key associated with the coverage map filter.

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

      The tag value associated with the coverage map filter.

      Parameters:
      value - The tag value associated with the coverage map filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.