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 |
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 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 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 © 2019. All rights reserved.