Uses of Class
software.amazon.awscdk.services.smsvoice.CfnConfigurationSet.EventDestinationProperty.Builder
Packages that use CfnConfigurationSet.EventDestinationProperty.Builder
-
Uses of CfnConfigurationSet.EventDestinationProperty.Builder in software.amazon.awscdk.services.smsvoice
Methods in software.amazon.awscdk.services.smsvoice that return CfnConfigurationSet.EventDestinationProperty.BuilderModifier and TypeMethodDescriptionCfnConfigurationSet.EventDestinationProperty.builder()
CfnConfigurationSet.EventDestinationProperty.Builder.cloudWatchLogsDestination
(IResolvable cloudWatchLogsDestination) CfnConfigurationSet.EventDestinationProperty.Builder.cloudWatchLogsDestination
(CfnConfigurationSet.CloudWatchLogsDestinationProperty cloudWatchLogsDestination) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getEnabled()
CfnConfigurationSet.EventDestinationProperty.Builder.enabled
(IResolvable enabled) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getEnabled()
CfnConfigurationSet.EventDestinationProperty.Builder.eventDestinationName
(String eventDestinationName) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getEventDestinationName()
CfnConfigurationSet.EventDestinationProperty.Builder.kinesisFirehoseDestination
(IResolvable kinesisFirehoseDestination) CfnConfigurationSet.EventDestinationProperty.Builder.kinesisFirehoseDestination
(CfnConfigurationSet.KinesisFirehoseDestinationProperty kinesisFirehoseDestination) CfnConfigurationSet.EventDestinationProperty.Builder.matchingEventTypes
(List<String> matchingEventTypes) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getMatchingEventTypes()
CfnConfigurationSet.EventDestinationProperty.Builder.snsDestination
(IResolvable snsDestination) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getSnsDestination()
CfnConfigurationSet.EventDestinationProperty.Builder.snsDestination
(CfnConfigurationSet.SnsDestinationProperty snsDestination) Sets the value ofCfnConfigurationSet.EventDestinationProperty.getSnsDestination()
Constructors in software.amazon.awscdk.services.smsvoice with parameters of type CfnConfigurationSet.EventDestinationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSet.EventDestinationProperty.Builder
.