Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnCampaignPropsMixin.Builder
Packages that use CfnCampaignPropsMixin.Builder
-
Uses of CfnCampaignPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.pinpoint
Methods in software.amazon.awscdk.cfnpropertymixins.services.pinpoint that return CfnCampaignPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCampaignPropsMixin.Builder.additionalTreatments(List<? extends Object> additionalTreatments) An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.CfnCampaignPropsMixin.Builder.additionalTreatments(IResolvable additionalTreatments) An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.CfnCampaignPropsMixin.Builder.applicationId(String applicationId) The unique identifier for the Amazon Pinpoint application that the campaign is associated with.CfnCampaignPropsMixin.Builder.campaignHook(CfnCampaignPropsMixin.CampaignHookProperty campaignHook) Specifies the Lambda function to use as a code hook for a campaign.CfnCampaignPropsMixin.Builder.campaignHook(IResolvable campaignHook) Specifies the Lambda function to use as a code hook for a campaign.CfnCampaignPropsMixin.Builder.create()CfnCampaignPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCampaignPropsMixin.Builder.customDeliveryConfiguration(CfnCampaignPropsMixin.CustomDeliveryConfigurationProperty customDeliveryConfiguration) The delivery configuration settings for sending the treatment through a custom channel.CfnCampaignPropsMixin.Builder.customDeliveryConfiguration(IResolvable customDeliveryConfiguration) The delivery configuration settings for sending the treatment through a custom channel.CfnCampaignPropsMixin.Builder.description(String description) A custom description of the campaign.CfnCampaignPropsMixin.Builder.holdoutPercent(Number holdoutPercent) The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.Specifies whether to pause the campaign.CfnCampaignPropsMixin.Builder.isPaused(IResolvable isPaused) Specifies whether to pause the campaign.CfnCampaignPropsMixin.Builder.limits(CfnCampaignPropsMixin.LimitsProperty limits) The messaging limits for the campaign.CfnCampaignPropsMixin.Builder.limits(IResolvable limits) The messaging limits for the campaign.CfnCampaignPropsMixin.Builder.messageConfiguration(CfnCampaignPropsMixin.MessageConfigurationProperty messageConfiguration) The message configuration settings for the treatment.CfnCampaignPropsMixin.Builder.messageConfiguration(IResolvable messageConfiguration) The message configuration settings for the treatment.The name of the campaign.An integer between 1 and 5, inclusive, that represents the priority of the in-app message campaign, where 1 is the highest priority and 5 is the lowest.CfnCampaignPropsMixin.Builder.schedule(CfnCampaignPropsMixin.ScheduleProperty schedule) The schedule settings for the treatment.CfnCampaignPropsMixin.Builder.schedule(IResolvable schedule) The schedule settings for the treatment.The unique identifier for the segment to associate with the campaign.CfnCampaignPropsMixin.Builder.segmentVersion(Number segmentVersion) The version of the segment to associate with the campaign.An array of key-value pairs to apply to this resource.CfnCampaignPropsMixin.Builder.templateConfiguration(CfnCampaignPropsMixin.TemplateConfigurationProperty templateConfiguration) The message template to use for the treatment.CfnCampaignPropsMixin.Builder.templateConfiguration(IResolvable templateConfiguration) The message template to use for the treatment.CfnCampaignPropsMixin.Builder.treatmentDescription(String treatmentDescription) A custom description of the treatment.CfnCampaignPropsMixin.Builder.treatmentName(String treatmentName) A custom name for the treatment.