Uses of Class
software.amazon.awscdk.services.codestarnotifications.NotificationRuleProps.Builder
Packages that use NotificationRuleProps.Builder
Package
Description
AWS CodeStarNotifications Construct Library
-
Uses of NotificationRuleProps.Builder in software.amazon.awscdk.services.codestarnotifications
Methods in software.amazon.awscdk.services.codestarnotifications that return NotificationRuleProps.BuilderModifier and TypeMethodDescriptionNotificationRuleProps.builder()
Sets the value ofNotificationRuleOptions.getCreatedBy()
NotificationRuleProps.Builder.detailType
(DetailType detailType) Sets the value ofNotificationRuleOptions.getDetailType()
Sets the value ofNotificationRuleOptions.getEnabled()
Sets the value ofNotificationRuleProps.getEvents()
NotificationRuleProps.Builder.notificationRuleName
(String notificationRuleName) Sets the value ofNotificationRuleOptions.getNotificationRuleName()
NotificationRuleProps.Builder.source
(INotificationRuleSource source) Sets the value ofNotificationRuleProps.getSource()
NotificationRuleProps.Builder.targets
(List<? extends INotificationRuleTarget> targets) Sets the value ofNotificationRuleProps.getTargets()
Constructors in software.amazon.awscdk.services.codestarnotifications with parameters of type NotificationRuleProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(NotificationRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNotificationRuleProps.Builder
.