public static interface SimpleCondition.Builder extends SdkPojo, CopyableBuilder<SimpleCondition.Builder,SimpleCondition>
| Modifier and Type | Method and Description |
|---|---|
default SimpleCondition.Builder |
eventCondition(Consumer<EventCondition.Builder> eventCondition)
The dimension settings for the event that's associated with the activity.
|
SimpleCondition.Builder |
eventCondition(EventCondition eventCondition)
The dimension settings for the event that's associated with the activity.
|
default SimpleCondition.Builder |
segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition)
The segment that's associated with the activity.
|
SimpleCondition.Builder |
segmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
|
default SimpleCondition.Builder |
segmentDimensions(Consumer<SegmentDimensions.Builder> segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
SimpleCondition.Builder |
segmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleCondition.Builder eventCondition(EventCondition eventCondition)
The dimension settings for the event that's associated with the activity.
eventCondition - The dimension settings for the event that's associated with the activity.default SimpleCondition.Builder eventCondition(Consumer<EventCondition.Builder> eventCondition)
The dimension settings for the event that's associated with the activity.
This is a convenience method that creates an instance of theEventCondition.Builder avoiding the need
to create one manually via EventCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventCondition(EventCondition).
eventCondition - a consumer that will call methods on EventCondition.BuildereventCondition(EventCondition)SimpleCondition.Builder segmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
segmentCondition - The segment that's associated with the activity.default SimpleCondition.Builder segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition)
The segment that's associated with the activity.
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 segmentCondition(SegmentCondition).
segmentCondition - a consumer that will call methods on SegmentCondition.BuildersegmentCondition(SegmentCondition)SimpleCondition.Builder segmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
segmentDimensions - The dimension settings for the segment that's associated with the activity.default SimpleCondition.Builder segmentDimensions(Consumer<SegmentDimensions.Builder> segmentDimensions)
The dimension settings for the segment that's associated with the activity.
This is a convenience method that creates an instance of theSegmentDimensions.Builder avoiding the
need to create one manually via SegmentDimensions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to segmentDimensions(SegmentDimensions).
segmentDimensions - a consumer that will call methods on SegmentDimensions.BuildersegmentDimensions(SegmentDimensions)Copyright © 2022. All rights reserved.