Uses of Class
software.amazon.awscdk.services.pinpoint.CfnCampaignProps.Builder
-
Uses of CfnCampaignProps.Builder in software.amazon.awscdk.services.pinpoint
Modifier and TypeMethodDescriptionCfnCampaignProps.Builder.additionalTreatments
(List<? extends Object> additionalTreatments) Sets the value ofCfnCampaignProps.getAdditionalTreatments()
CfnCampaignProps.Builder.additionalTreatments
(IResolvable additionalTreatments) Sets the value ofCfnCampaignProps.getAdditionalTreatments()
CfnCampaignProps.Builder.applicationId
(String applicationId) Sets the value ofCfnCampaignProps.getApplicationId()
static CfnCampaignProps.Builder
CfnCampaignProps.builder()
CfnCampaignProps.Builder.campaignHook
(IResolvable campaignHook) Sets the value ofCfnCampaignProps.getCampaignHook()
CfnCampaignProps.Builder.campaignHook
(CfnCampaign.CampaignHookProperty campaignHook) Sets the value ofCfnCampaignProps.getCampaignHook()
CfnCampaignProps.Builder.customDeliveryConfiguration
(IResolvable customDeliveryConfiguration) Sets the value ofCfnCampaignProps.getCustomDeliveryConfiguration()
CfnCampaignProps.Builder.customDeliveryConfiguration
(CfnCampaign.CustomDeliveryConfigurationProperty customDeliveryConfiguration) Sets the value ofCfnCampaignProps.getCustomDeliveryConfiguration()
CfnCampaignProps.Builder.description
(String description) Sets the value ofCfnCampaignProps.getDescription()
CfnCampaignProps.Builder.holdoutPercent
(Number holdoutPercent) Sets the value ofCfnCampaignProps.getHoldoutPercent()
Sets the value ofCfnCampaignProps.getIsPaused()
CfnCampaignProps.Builder.isPaused
(IResolvable isPaused) Sets the value ofCfnCampaignProps.getIsPaused()
CfnCampaignProps.Builder.limits
(IResolvable limits) Sets the value ofCfnCampaignProps.getLimits()
CfnCampaignProps.Builder.limits
(CfnCampaign.LimitsProperty limits) Sets the value ofCfnCampaignProps.getLimits()
CfnCampaignProps.Builder.messageConfiguration
(IResolvable messageConfiguration) Sets the value ofCfnCampaignProps.getMessageConfiguration()
CfnCampaignProps.Builder.messageConfiguration
(CfnCampaign.MessageConfigurationProperty messageConfiguration) Sets the value ofCfnCampaignProps.getMessageConfiguration()
Sets the value ofCfnCampaignProps.getName()
Sets the value ofCfnCampaignProps.getPriority()
CfnCampaignProps.Builder.schedule
(IResolvable schedule) Sets the value ofCfnCampaignProps.getSchedule()
CfnCampaignProps.Builder.schedule
(CfnCampaign.ScheduleProperty schedule) Sets the value ofCfnCampaignProps.getSchedule()
Sets the value ofCfnCampaignProps.getSegmentId()
CfnCampaignProps.Builder.segmentVersion
(Number segmentVersion) Sets the value ofCfnCampaignProps.getSegmentVersion()
Sets the value ofCfnCampaignProps.getTags()
CfnCampaignProps.Builder.templateConfiguration
(IResolvable templateConfiguration) Sets the value ofCfnCampaignProps.getTemplateConfiguration()
CfnCampaignProps.Builder.templateConfiguration
(CfnCampaign.TemplateConfigurationProperty templateConfiguration) Sets the value ofCfnCampaignProps.getTemplateConfiguration()
CfnCampaignProps.Builder.treatmentDescription
(String treatmentDescription) Sets the value ofCfnCampaignProps.getTreatmentDescription()
CfnCampaignProps.Builder.treatmentName
(String treatmentName) Sets the value ofCfnCampaignProps.getTreatmentName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCampaignProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCampaignProps.Builder
.