| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static WaitActivity.Builder |
WaitActivity.builder() |
WaitActivity.Builder |
WaitActivity.Builder.nextActivity(String nextActivity)
The unique identifier for the next activity to perform, after performing the wait activity.
|
WaitActivity.Builder |
WaitActivity.toBuilder() |
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.
|
WaitActivity.Builder |
WaitActivity.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WaitActivity.Builder> |
WaitActivity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Activity.Builder |
Activity.Builder.waitValue(Consumer<WaitActivity.Builder> wait)
The settings for a wait activity.
|
Copyright © 2022. All rights reserved.