Uses of Class
software.amazon.awscdk.services.pinpoint.CfnApplicationSettingsProps.Builder
-
Uses of CfnApplicationSettingsProps.Builder in software.amazon.awscdk.services.pinpoint
Modifier and TypeMethodDescriptionCfnApplicationSettingsProps.Builder.applicationId
(String applicationId) Sets the value ofCfnApplicationSettingsProps.getApplicationId()
CfnApplicationSettingsProps.builder()
CfnApplicationSettingsProps.Builder.campaignHook
(IResolvable campaignHook) Sets the value ofCfnApplicationSettingsProps.getCampaignHook()
CfnApplicationSettingsProps.Builder.campaignHook
(CfnApplicationSettings.CampaignHookProperty campaignHook) Sets the value ofCfnApplicationSettingsProps.getCampaignHook()
CfnApplicationSettingsProps.Builder.cloudWatchMetricsEnabled
(Boolean cloudWatchMetricsEnabled) Sets the value ofCfnApplicationSettingsProps.getCloudWatchMetricsEnabled()
CfnApplicationSettingsProps.Builder.cloudWatchMetricsEnabled
(IResolvable cloudWatchMetricsEnabled) Sets the value ofCfnApplicationSettingsProps.getCloudWatchMetricsEnabled()
CfnApplicationSettingsProps.Builder.limits
(IResolvable limits) Sets the value ofCfnApplicationSettingsProps.getLimits()
CfnApplicationSettingsProps.Builder.limits
(CfnApplicationSettings.LimitsProperty limits) Sets the value ofCfnApplicationSettingsProps.getLimits()
CfnApplicationSettingsProps.Builder.quietTime
(IResolvable quietTime) Sets the value ofCfnApplicationSettingsProps.getQuietTime()
CfnApplicationSettingsProps.Builder.quietTime
(CfnApplicationSettings.QuietTimeProperty quietTime) Sets the value ofCfnApplicationSettingsProps.getQuietTime()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationSettingsProps.Builder
.