public static interface ConditionParameter.Builder extends SdkPojo, CopyableBuilder<ConditionParameter.Builder,ConditionParameter>
| Modifier and Type | Method and Description |
|---|---|
ConditionParameter.Builder |
conditionKey(String conditionKey)
The key in a key-value pair.
|
ConditionParameter.Builder |
conditionValue(String conditionValue)
The value in a key-value pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConditionParameter.Builder conditionKey(String conditionKey)
The key in a key-value pair. For example, in the tag Department: Accounting,
Department is the key.
conditionKey - The key in a key-value pair. For example, in the tag Department: Accounting,
Department is the key.ConditionParameter.Builder conditionValue(String conditionValue)
The value in a key-value pair. For example, in the tag Department: Accounting,
Accounting is the value.
conditionValue - The value in a key-value pair. For example, in the tag Department: Accounting,
Accounting is the value.Copyright © 2023. All rights reserved.