Uses of Interface
software.amazon.awssdk.services.pinpoint.model.SegmentCondition.Builder
-
Packages that use SegmentCondition.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentCondition.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentCondition.Builder Modifier and Type Method Description static SegmentCondition.BuilderSegmentCondition. builder()SegmentCondition.BuilderSegmentCondition.Builder. segmentId(String segmentId)The unique identifier for the segment to associate with the activity.SegmentCondition.BuilderSegmentCondition. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentCondition.Builder Modifier and Type Method Description static Class<? extends SegmentCondition.Builder>SegmentCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentCondition.Builder Modifier and Type Method Description default SimpleCondition.BuilderSimpleCondition.Builder. segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition)The segment that's associated with the activity.default StartCondition.BuilderStartCondition.Builder. segmentStartCondition(Consumer<SegmentCondition.Builder> segmentStartCondition)The segment that's associated with the first activity in the journey.
-