Interface StringCondition.Builder

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

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

    • fieldName

      StringCondition.Builder fieldName(String fieldName)

      The name of the field in the string condition.

      Parameters:
      fieldName - The name of the field in the string condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the string.

      Parameters:
      value - The value of the string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonType

      StringCondition.Builder comparisonType(String comparisonType)

      The type of comparison to be made when evaluating the string condition.

      Parameters:
      comparisonType - The type of comparison to be made when evaluating the string condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonType

      StringCondition.Builder comparisonType(StringComparisonType comparisonType)

      The type of comparison to be made when evaluating the string condition.

      Parameters:
      comparisonType - The type of comparison to be made when evaluating the string condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: