Interface StreamNameCondition.Builder

    • Method Detail

      • 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, ComparisonOperator
      • 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:
        ComparisonOperator, ComparisonOperator
      • 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.