Interface UserJourneySummary.Builder

  • Method Details

    • userJourneyId

      UserJourneySummary.Builder userJourneyId(String userJourneyId)

      The unique identifier of the user journey.

      Parameters:
      userJourneyId - The unique identifier of the user journey.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      UserJourneySummary.Builder createdAt(Instant createdAt)

      The timestamp when the user journey was created.

      Parameters:
      createdAt - The timestamp when the user journey was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      UserJourneySummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the user journey was last updated.

      Parameters:
      updatedAt - The timestamp when the user journey was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.