Uses of Interface
software.amazon.awssdk.services.pinpoint.model.InAppCampaignSchedule.Builder
-
Packages that use InAppCampaignSchedule.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of InAppCampaignSchedule.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return InAppCampaignSchedule.Builder Modifier and Type Method Description static InAppCampaignSchedule.BuilderInAppCampaignSchedule. builder()InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. endDate(String endDate)The scheduled time after which the in-app message should not be shown.default InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. eventFilter(Consumer<CampaignEventFilter.Builder> eventFilter)The event filter the SDK has to use to show the in-app message in the application.InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. eventFilter(CampaignEventFilter eventFilter)The event filter the SDK has to use to show the in-app message in the application.default InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. quietTime(Consumer<QuietTime.Builder> quietTime)Time during which the in-app message should not be shown to the user.InAppCampaignSchedule.BuilderInAppCampaignSchedule.Builder. quietTime(QuietTime quietTime)Time during which the in-app message should not be shown to the user.InAppCampaignSchedule.BuilderInAppCampaignSchedule. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type InAppCampaignSchedule.Builder Modifier and Type Method Description static Class<? extends InAppCampaignSchedule.Builder>InAppCampaignSchedule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type InAppCampaignSchedule.Builder Modifier and Type Method Description default InAppMessageCampaign.BuilderInAppMessageCampaign.Builder. schedule(Consumer<InAppCampaignSchedule.Builder> schedule)Schedule of the campaign.
-