static JourneyRunResponse.Builder |
JourneyRunResponse.builder() |
|
JourneyRunResponse.Builder |
JourneyRunResponse.Builder.creationTime(String creationTime) |
The time when the journey run was created or scheduled, in ISO 8601 format.
|
JourneyRunResponse.Builder |
JourneyRunResponse.Builder.lastUpdateTime(String lastUpdateTime) |
The last time the journey run was updated, in ISO 8601 format..
|
JourneyRunResponse.Builder |
JourneyRunResponse.Builder.runId(String runId) |
The unique identifier for the run.
|
JourneyRunResponse.Builder |
JourneyRunResponse.Builder.status(String status) |
The current status of the journey run.
|
JourneyRunResponse.Builder |
JourneyRunResponse.Builder.status(JourneyRunStatus status) |
The current status of the journey run.
|
JourneyRunResponse.Builder |
JourneyRunResponse.toBuilder() |
|