| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentCondition.Builder |
SegmentCondition.builder() |
SegmentCondition.Builder |
SegmentCondition.Builder.segmentId(String segmentId)
The unique identifier for the segment to associate with the activity.
|
SegmentCondition.Builder |
SegmentCondition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentCondition.Builder> |
SegmentCondition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SimpleCondition.Builder |
SimpleCondition.Builder.segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition)
The segment that's associated with the activity.
|
default StartCondition.Builder |
StartCondition.Builder.segmentStartCondition(Consumer<SegmentCondition.Builder> segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
Copyright © 2021. All rights reserved.