Interface ConditionParameter.Builder

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

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

    • conditionKey

      ConditionParameter.Builder conditionKey(String conditionKey)

      The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.

      Parameters:
      conditionKey - The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionValue

      ConditionParameter.Builder conditionValue(String conditionValue)

      The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.

      Parameters:
      conditionValue - The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.