Interface WaitTime.Builder

    • 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.