public static interface CoverageMapFilter.Builder extends SdkPojo, CopyableBuilder<CoverageMapFilter.Builder,CoverageMapFilter>
| Modifier and Type | Method and Description |
|---|---|
CoverageMapFilter.Builder |
comparison(CoverageMapComparison comparison)
The operator to compare coverage on.
|
CoverageMapFilter.Builder |
comparison(String comparison)
The operator to compare coverage on.
|
CoverageMapFilter.Builder |
key(String key)
The tag key associated with the coverage map filter.
|
CoverageMapFilter.Builder |
value(String value)
The tag value associated with the coverage map filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageMapFilter.Builder comparison(String comparison)
The operator to compare coverage on.
comparison - The operator to compare coverage on.CoverageMapComparison,
CoverageMapComparisonCoverageMapFilter.Builder comparison(CoverageMapComparison comparison)
The operator to compare coverage on.
comparison - The operator to compare coverage on.CoverageMapComparison,
CoverageMapComparisonCoverageMapFilter.Builder key(String key)
The tag key associated with the coverage map filter.
key - The tag key associated with the coverage map filter.CoverageMapFilter.Builder value(String value)
The tag value associated with the coverage map filter.
value - The tag value associated with the coverage map filter.Copyright © 2023. All rights reserved.