Uses of Interface
software.amazon.awssdk.services.pinpoint.model.WaitTime.Builder
-
Packages that use WaitTime.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of WaitTime.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return WaitTime.Builder Modifier and Type Method Description static WaitTime.BuilderWaitTime. builder()WaitTime.BuilderWaitTime. toBuilder()WaitTime.BuilderWaitTime.Builder. waitFor(String waitFor)The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.WaitTime.BuilderWaitTime.Builder. waitUntil(String waitUntil)The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or 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 WaitTime.Builder Modifier and Type Method Description static Class<? extends WaitTime.Builder>WaitTime. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type WaitTime.Builder Modifier and Type Method Description default ConditionalSplitActivity.BuilderConditionalSplitActivity.Builder. evaluationWaitTime(Consumer<WaitTime.Builder> 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.default MultiConditionalSplitActivity.BuilderMultiConditionalSplitActivity.Builder. evaluationWaitTime(Consumer<WaitTime.Builder> evaluationWaitTime)The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.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.
-