Interface JourneyRunResponse.Builder

    • Method Detail

      • creationTime

        JourneyRunResponse.Builder creationTime​(String creationTime)

        The time when the journey run was created or scheduled, in ISO 8601 format.

        Parameters:
        creationTime - The time when the journey run was created or scheduled, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        JourneyRunResponse.Builder lastUpdateTime​(String lastUpdateTime)

        The last time the journey run was updated, in ISO 8601 format..

        Parameters:
        lastUpdateTime - The last time the journey run was updated, in ISO 8601 format..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runId

        JourneyRunResponse.Builder runId​(String runId)

        The unique identifier for the run.

        Parameters:
        runId - The unique identifier for the run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.