Interface StreamNameCondition.Builder

  • Method Details

    • comparisonOperator

      StreamNameCondition.Builder comparisonOperator(String comparisonOperator)

      A comparison operator. Currently, you can specify only the BEGINS_WITH operator, which finds streams whose names start with a given prefix.

      Parameters:
      comparisonOperator - A comparison operator. Currently, you can specify only the BEGINS_WITH operator, which finds streams whose names start with a given prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonOperator

      StreamNameCondition.Builder comparisonOperator(ComparisonOperator comparisonOperator)

      A comparison operator. Currently, you can specify only the BEGINS_WITH operator, which finds streams whose names start with a given prefix.

      Parameters:
      comparisonOperator - A comparison operator. Currently, you can specify only the BEGINS_WITH operator, which finds streams whose names start with a given prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonValue

      StreamNameCondition.Builder comparisonValue(String comparisonValue)

      A value to compare.

      Parameters:
      comparisonValue - A value to compare.
      Returns:
      Returns a reference to this object so that method calls can be chained together.