| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SimpleCondition.Builder |
SimpleCondition.builder() |
default SimpleCondition.Builder |
SimpleCondition.Builder.eventCondition(Consumer<EventCondition.Builder> eventCondition)
The dimension settings for the event that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.eventCondition(EventCondition eventCondition)
The dimension settings for the event that's associated with the activity.
|
default SimpleCondition.Builder |
SimpleCondition.Builder.segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition)
The segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.segmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
|
default SimpleCondition.Builder |
SimpleCondition.Builder.segmentDimensions(Consumer<SegmentDimensions.Builder> segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.segmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SimpleCondition.Builder> |
SimpleCondition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MultiConditionalBranch.Builder |
MultiConditionalBranch.Builder.condition(Consumer<SimpleCondition.Builder> condition)
The condition to evaluate for the activity path.
|
Copyright © 2023. All rights reserved.