@Stability(value=Stable) public static final class CfnApplicationSettingsProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationSettingsProps>
CfnApplicationSettingsProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplicationSettingsProps.Builder applicationId(String applicationId)
CfnApplicationSettingsProps.getApplicationId()applicationId - The unique identifier for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder campaignHook(CfnApplicationSettings.CampaignHookProperty campaignHook)
CfnApplicationSettingsProps.getCampaignHook()campaignHook - The settings for the Lambda function to use by default as a code hook for campaigns in the application.
To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder campaignHook(IResolvable campaignHook)
CfnApplicationSettingsProps.getCampaignHook()campaignHook - The settings for the Lambda function to use by default as a code hook for campaigns in the application.
To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
CfnApplicationSettingsProps.getCloudWatchMetricsEnabled()cloudWatchMetricsEnabled - Specifies whether to enable application-related alarms in Amazon CloudWatch.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
CfnApplicationSettingsProps.getCloudWatchMetricsEnabled()cloudWatchMetricsEnabled - Specifies whether to enable application-related alarms in Amazon CloudWatch.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder limits(CfnApplicationSettings.LimitsProperty limits)
CfnApplicationSettingsProps.getLimits()limits - The default sending limits for campaigns in the application.
To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder limits(IResolvable limits)
CfnApplicationSettingsProps.getLimits()limits - The default sending limits for campaigns in the application.
To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder quietTime(CfnApplicationSettings.QuietTimeProperty quietTime)
CfnApplicationSettingsProps.getQuietTime()quietTime - The default quiet time for campaigns in the application.
Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:
EndpointDemographic.Timezone property of the endpoint is set to a valid value.QuietTime.Start property for the application (or a campaign that has custom quiet time settings).QuietTime.End property for the application (or a campaign that has custom quiet time settings).If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign, use the Campaign resource to define a custom quiet time for the campaign.
this@Stability(value=Stable) public CfnApplicationSettingsProps.Builder quietTime(IResolvable quietTime)
CfnApplicationSettingsProps.getQuietTime()quietTime - The default quiet time for campaigns in the application.
Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:
EndpointDemographic.Timezone property of the endpoint is set to a valid value.QuietTime.Start property for the application (or a campaign that has custom quiet time settings).QuietTime.End property for the application (or a campaign that has custom quiet time settings).If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign, use the Campaign resource to define a custom quiet time for the campaign.
this@Stability(value=Stable) public CfnApplicationSettingsProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationSettingsProps>CfnApplicationSettingsPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.