public static interface JourneyRunResponse.Builder extends SdkPojo, CopyableBuilder<JourneyRunResponse.Builder,JourneyRunResponse>
| Modifier and Type | Method and Description |
|---|---|
JourneyRunResponse.Builder |
creationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
|
JourneyRunResponse.Builder |
lastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
|
JourneyRunResponse.Builder |
runId(String runId)
The unique identifier for the run.
|
JourneyRunResponse.Builder |
status(JourneyRunStatus status)
The current status of the journey run.
|
JourneyRunResponse.Builder |
status(String status)
The current status of the journey run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyRunResponse.Builder creationTime(String creationTime)
The time when the journey run was created or scheduled, in ISO 8601 format.
creationTime - The time when the journey run was created or scheduled, in ISO 8601 format.JourneyRunResponse.Builder lastUpdateTime(String lastUpdateTime)
The last time the journey run was updated, in ISO 8601 format..
lastUpdateTime - The last time the journey run was updated, in ISO 8601 format..JourneyRunResponse.Builder runId(String runId)
The unique identifier for the run.
runId - The unique identifier for the run.JourneyRunResponse.Builder status(String status)
The current status of the journey run.
status - The current status of the journey run.JourneyRunStatus,
JourneyRunStatusJourneyRunResponse.Builder status(JourneyRunStatus status)
The current status of the journey run.
status - The current status of the journey run.JourneyRunStatus,
JourneyRunStatusCopyright © 2023. All rights reserved.