Uses of Class
software.amazon.awscdk.services.codestarnotifications.CfnNotificationRuleProps.Builder
Packages that use CfnNotificationRuleProps.Builder
Package
Description
AWS CodeStarNotifications Construct Library
-
Uses of CfnNotificationRuleProps.Builder in software.amazon.awscdk.services.codestarnotifications
Methods in software.amazon.awscdk.services.codestarnotifications that return CfnNotificationRuleProps.BuilderModifier and TypeMethodDescriptionCfnNotificationRuleProps.builder()
Sets the value ofCfnNotificationRuleProps.getCreatedBy()
CfnNotificationRuleProps.Builder.detailType
(String detailType) Sets the value ofCfnNotificationRuleProps.getDetailType()
CfnNotificationRuleProps.Builder.eventTypeId
(String eventTypeId) Sets the value ofCfnNotificationRuleProps.getEventTypeId()
CfnNotificationRuleProps.Builder.eventTypeIds
(List<String> eventTypeIds) Sets the value ofCfnNotificationRuleProps.getEventTypeIds()
Sets the value ofCfnNotificationRuleProps.getName()
Sets the value ofCfnNotificationRuleProps.getResource()
Sets the value ofCfnNotificationRuleProps.getStatus()
Sets the value ofCfnNotificationRuleProps.getTags()
CfnNotificationRuleProps.Builder.targetAddress
(String targetAddress) Sets the value ofCfnNotificationRuleProps.getTargetAddress()
Sets the value ofCfnNotificationRuleProps.getTargets()
CfnNotificationRuleProps.Builder.targets
(IResolvable targets) Sets the value ofCfnNotificationRuleProps.getTargets()
Constructors in software.amazon.awscdk.services.codestarnotifications with parameters of type CfnNotificationRuleProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNotificationRuleProps.Builder
.