public static interface HoldoutActivity.Builder extends SdkPojo, CopyableBuilder<HoldoutActivity.Builder,HoldoutActivity>
| Modifier and Type | Method and Description |
|---|---|
HoldoutActivity.Builder |
nextActivity(String nextActivity)
The unique identifier for the next activity to perform, after performing the holdout activity.
|
HoldoutActivity.Builder |
percentage(Integer percentage)
The percentage of participants who shouldn't continue the journey.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHoldoutActivity.Builder nextActivity(String nextActivity)
The unique identifier for the next activity to perform, after performing the holdout activity.
nextActivity - The unique identifier for the next activity to perform, after performing the holdout activity.HoldoutActivity.Builder percentage(Integer percentage)
The percentage of participants who shouldn't continue the journey.
To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out may not be equal to the percentage that you specify.
percentage - The percentage of participants who shouldn't continue the journey.
To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out may not be equal to the percentage that you specify.
Copyright © 2020. All rights reserved.