public static interface WaitTime.Builder extends SdkPojo, CopyableBuilder<WaitTime.Builder,WaitTime>
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWaitTime.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.
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 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.
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.Copyright © 2021. All rights reserved.