Interface WaitTime.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaitTime.Builder,WaitTime>,SdkBuilder<WaitTime.Builder,WaitTime>,SdkPojo
- Enclosing class:
- WaitTime
public static interface WaitTime.Builder extends SdkPojo, CopyableBuilder<WaitTime.Builder,WaitTime>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaitTime.BuilderwaitFor(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.BuilderwaitUntil(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 inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
waitFor
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waitUntil
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-