Interface ConditionalSplitActivity.Builder

    • Method Detail

      • condition

        ConditionalSplitActivity.Builder condition​(Condition condition)

        The conditions that define the paths for the activity, and the relationship between the conditions.

        Parameters:
        condition - The conditions that define the paths for the activity, and the relationship between the conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationWaitTime

        ConditionalSplitActivity.Builder evaluationWaitTime​(WaitTime evaluationWaitTime)

        The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.

        Parameters:
        evaluationWaitTime - The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • falseActivity

        ConditionalSplitActivity.Builder falseActivity​(String falseActivity)

        The unique identifier for the activity to perform if the conditions aren't met.

        Parameters:
        falseActivity - The unique identifier for the activity to perform if the conditions aren't met.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trueActivity

        ConditionalSplitActivity.Builder trueActivity​(String trueActivity)

        The unique identifier for the activity to perform if the conditions are met.

        Parameters:
        trueActivity - The unique identifier for the activity to perform if the conditions are met.
        Returns:
        Returns a reference to this object so that method calls can be chained together.