Interface MultiConditionalSplitActivity.Builder

    • Method Detail

      • branches

        MultiConditionalSplitActivity.Builder branches​(Collection<MultiConditionalBranch> branches)

        The paths for the activity, including the conditions for entering each path and the activity to perform for each path.

        Parameters:
        branches - The paths for the activity, including the conditions for entering each path and the activity to perform for each path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branches

        MultiConditionalSplitActivity.Builder branches​(MultiConditionalBranch... branches)

        The paths for the activity, including the conditions for entering each path and the activity to perform for each path.

        Parameters:
        branches - The paths for the activity, including the conditions for entering each path and the activity to perform for each path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultActivity

        MultiConditionalSplitActivity.Builder defaultActivity​(String defaultActivity)

        The unique identifier for the activity to perform for participants who don't meet any of the conditions specified for other paths in the activity.

        Parameters:
        defaultActivity - The unique identifier for the activity to perform for participants who don't meet any of the conditions specified for other paths in the activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationWaitTime

        MultiConditionalSplitActivity.Builder evaluationWaitTime​(WaitTime evaluationWaitTime)

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

        Parameters:
        evaluationWaitTime - The amount of time to wait 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.