public static interface MapFilter.Builder extends SdkPojo, CopyableBuilder<MapFilter.Builder,MapFilter>
| Modifier and Type | Method and Description |
|---|---|
MapFilter.Builder |
comparison(MapComparison comparison)
The operator to use when comparing values in the filter.
|
MapFilter.Builder |
comparison(String comparison)
The operator to use when comparing values in the filter.
|
MapFilter.Builder |
key(String key)
The tag key used in the filter.
|
MapFilter.Builder |
value(String value)
The tag value used in the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMapFilter.Builder comparison(String comparison)
The operator to use when comparing values in the filter.
comparison - The operator to use when comparing values in the filter.MapComparison,
MapComparisonMapFilter.Builder comparison(MapComparison comparison)
The operator to use when comparing values in the filter.
comparison - The operator to use when comparing values in the filter.MapComparison,
MapComparisonMapFilter.Builder key(String key)
The tag key used in the filter.
key - The tag key used in the filter.MapFilter.Builder value(String value)
The tag value used in the filter.
value - The tag value used in the filter.Copyright © 2023. All rights reserved.