public static interface ScanConditionPair.Builder extends SdkPojo, CopyableBuilder<ScanConditionPair.Builder,ScanConditionPair>
| Modifier and Type | Method and Description |
|---|---|
ScanConditionPair.Builder |
key(String key)
Represents key in the map condition.
|
ScanConditionPair.Builder |
value(String value)
Represents optional value in the map condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanConditionPair.Builder key(String key)
Represents key in the map condition.
key - Represents key in the map condition.ScanConditionPair.Builder value(String value)
Represents optional value in the map condition. If not specified, only key will be matched.
value - Represents optional value in the map condition. If not specified, only key
will be matched.Copyright © 2023. All rights reserved.