Interface UserJourney.Builder

  • Method Details

    • userJourneyId

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

      UserJourney.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyArn

      UserJourney.Builder policyArn(String policyArn)
      Sets the value of the PolicyArn property for this object.
      Parameters:
      policyArn - The new value for the PolicyArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

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

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