Uses of Interface
software.amazon.awssdk.services.pinpoint.model.WaitActivity.Builder
-
Packages that use WaitActivity.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of WaitActivity.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return WaitActivity.Builder Modifier and Type Method Description static WaitActivity.BuilderWaitActivity. builder()WaitActivity.BuilderWaitActivity.Builder. nextActivity(String nextActivity)The unique identifier for the next activity to perform, after performing the wait activity.WaitActivity.BuilderWaitActivity. toBuilder()default WaitActivity.BuilderWaitActivity.Builder. waitTime(Consumer<WaitTime.Builder> waitTime)The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.WaitActivity.BuilderWaitActivity.Builder. waitTime(WaitTime waitTime)The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type WaitActivity.Builder Modifier and Type Method Description static Class<? extends WaitActivity.Builder>WaitActivity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type WaitActivity.Builder Modifier and Type Method Description default Activity.BuilderActivity.Builder. waitValue(Consumer<WaitActivity.Builder> wait)The settings for a wait activity.
-