@Stability(value=Stable) public static final class CfnNotificationRuleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNotificationRuleProps>
CfnNotificationRuleProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnNotificationRuleProps.Builder detailType(String detailType)
CfnNotificationRuleProps.getDetailType()detailType - `AWS::CodeStarNotifications::NotificationRule.DetailType`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder eventTypeIds(List<String> eventTypeIds)
CfnNotificationRuleProps.getEventTypeIds()eventTypeIds - `AWS::CodeStarNotifications::NotificationRule.EventTypeIds`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder name(String name)
CfnNotificationRuleProps.getName()name - `AWS::CodeStarNotifications::NotificationRule.Name`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder resource(String resource)
CfnNotificationRuleProps.getResource()resource - `AWS::CodeStarNotifications::NotificationRule.Resource`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder targets(IResolvable targets)
CfnNotificationRuleProps.getTargets()targets - `AWS::CodeStarNotifications::NotificationRule.Targets`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder targets(List<? extends Object> targets)
CfnNotificationRuleProps.getTargets()targets - `AWS::CodeStarNotifications::NotificationRule.Targets`. This parameter is required.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder status(String status)
CfnNotificationRuleProps.getStatus()status - `AWS::CodeStarNotifications::NotificationRule.Status`.this@Stability(value=Stable) public CfnNotificationRuleProps.Builder tags(Object tags)
CfnNotificationRuleProps.getTags()tags - `AWS::CodeStarNotifications::NotificationRule.Tags`.this@Stability(value=Stable) public CfnNotificationRuleProps build()
build in interface software.amazon.jsii.Builder<CfnNotificationRuleProps>CfnNotificationRulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.