| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static WaitTime.Builder |
WaitTime.builder() |
WaitTime.Builder |
WaitTime.toBuilder() |
WaitTime.Builder |
WaitTime.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.Builder |
WaitTime.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WaitTime.Builder> |
WaitTime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConditionalSplitActivity.Builder |
ConditionalSplitActivity.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.Builder |
MultiConditionalSplitActivity.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.Builder |
WaitActivity.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.
|
Copyright © 2023. All rights reserved.