public static interface StartCondition.Builder extends SdkPojo, CopyableBuilder<StartCondition.Builder,StartCondition>
| Modifier and Type | Method and Description |
|---|---|
StartCondition.Builder |
description(String description)
The custom description of the condition.
|
default StartCondition.Builder |
eventStartCondition(Consumer<EventStartCondition.Builder> eventStartCondition)
Sets the value of the EventStartCondition property for this object.
|
StartCondition.Builder |
eventStartCondition(EventStartCondition eventStartCondition)
Sets the value of the EventStartCondition property for this object.
|
default StartCondition.Builder |
segmentStartCondition(Consumer<SegmentCondition.Builder> segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
StartCondition.Builder |
segmentStartCondition(SegmentCondition segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCondition.Builder description(String description)
The custom description of the condition.
description - The custom description of the condition.StartCondition.Builder eventStartCondition(EventStartCondition eventStartCondition)
eventStartCondition - The new value for the EventStartCondition property for this object.default StartCondition.Builder eventStartCondition(Consumer<EventStartCondition.Builder> eventStartCondition)
EventStartCondition.Builder avoiding the
need to create one manually via EventStartCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to eventStartCondition(EventStartCondition).
eventStartCondition - a consumer that will call methods on EventStartCondition.BuildereventStartCondition(EventStartCondition)StartCondition.Builder segmentStartCondition(SegmentCondition segmentStartCondition)
The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
segmentStartCondition - The segment that's associated with the first activity in the journey. This segment determines which
users are participants in the journey.default StartCondition.Builder segmentStartCondition(Consumer<SegmentCondition.Builder> segmentStartCondition)
The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
This is a convenience method that creates an instance of theSegmentCondition.Builder avoiding the
need to create one manually via SegmentCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to segmentStartCondition(SegmentCondition).
segmentStartCondition - a consumer that will call methods on SegmentCondition.BuildersegmentStartCondition(SegmentCondition)Copyright © 2023. All rights reserved.