Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EventStartCondition.Builder
-
Packages that use EventStartCondition.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EventStartCondition.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EventStartCondition.Builder Modifier and Type Method Description static EventStartCondition.BuilderEventStartCondition. builder()default EventStartCondition.BuilderEventStartCondition.Builder. eventFilter(Consumer<EventFilter.Builder> eventFilter)Sets the value of the EventFilter property for this object.EventStartCondition.BuilderEventStartCondition.Builder. eventFilter(EventFilter eventFilter)Sets the value of the EventFilter property for this object.EventStartCondition.BuilderEventStartCondition.Builder. segmentId(String segmentId)Sets the value of the SegmentId property for this object.EventStartCondition.BuilderEventStartCondition. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EventStartCondition.Builder Modifier and Type Method Description static Class<? extends EventStartCondition.Builder>EventStartCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EventStartCondition.Builder Modifier and Type Method Description default StartCondition.BuilderStartCondition.Builder. eventStartCondition(Consumer<EventStartCondition.Builder> eventStartCondition)Sets the value of the EventStartCondition property for this object.
-