| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCampaign.Builder |
CfnCampaign.Builder.additionalTreatments(IResolvable additionalTreatments)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.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.
|
CfnCampaign.Builder |
CfnCampaign.Builder.applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the campaign is associated with.
|
CfnCampaign.Builder |
CfnCampaign.Builder.campaignHook(CfnCampaign.CampaignHookProperty campaignHook)
Specifies the Lambda function to use as a code hook for a campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.campaignHook(IResolvable campaignHook)
Specifies the Lambda function to use as a code hook for a campaign.
|
static CfnCampaign.Builder |
CfnCampaign.Builder.create(software.constructs.Construct scope,
String id) |
CfnCampaign.Builder |
CfnCampaign.Builder.customDeliveryConfiguration(CfnCampaign.CustomDeliveryConfigurationProperty customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
CfnCampaign.Builder |
CfnCampaign.Builder.customDeliveryConfiguration(IResolvable customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
CfnCampaign.Builder |
CfnCampaign.Builder.description(String description)
A custom description of the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.holdoutPercent(Number holdoutPercent)
The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.isPaused(Boolean isPaused)
Specifies whether to pause the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.isPaused(IResolvable isPaused)
Specifies whether to pause the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.limits(CfnCampaign.LimitsProperty limits)
The messaging limits for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.limits(IResolvable limits)
The messaging limits for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.messageConfiguration(CfnCampaign.MessageConfigurationProperty messageConfiguration)
The message configuration settings for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.messageConfiguration(IResolvable messageConfiguration)
The message configuration settings for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.name(String name)
The name of the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.priority(Number priority)
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.
|
CfnCampaign.Builder |
CfnCampaign.Builder.schedule(CfnCampaign.ScheduleProperty schedule)
The schedule settings for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.schedule(IResolvable schedule)
The schedule settings for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.segmentId(String segmentId)
The unique identifier for the segment to associate with the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.segmentVersion(Number segmentVersion)
The version of the segment to associate with the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.tags(Object tags)
An array of key-value pairs to apply to this resource.
|
CfnCampaign.Builder |
CfnCampaign.Builder.templateConfiguration(CfnCampaign.TemplateConfigurationProperty templateConfiguration)
The message template to use for the treatment.
|
CfnCampaign.Builder |
CfnCampaign.Builder.templateConfiguration(IResolvable templateConfiguration)
The message template to use for the treatment.
|
CfnCampaign.Builder |
CfnCampaign.Builder.treatmentDescription(String treatmentDescription)
A custom description of the default treatment for the campaign.
|
CfnCampaign.Builder |
CfnCampaign.Builder.treatmentName(String treatmentName)
A custom name of the default treatment for the campaign, if the campaign has multiple treatments.
|
Copyright © 2022. All rights reserved.