Uses of Class
software.amazon.awscdk.services.connect.CfnRuleProps.Builder
-
Uses of CfnRuleProps.Builder in software.amazon.awscdk.services.connect
Modifier and TypeMethodDescriptionCfnRuleProps.Builder.actions
(IResolvable actions) Sets the value ofCfnRuleProps.getActions()
CfnRuleProps.Builder.actions
(CfnRule.ActionsProperty actions) Sets the value ofCfnRuleProps.getActions()
static CfnRuleProps.Builder
CfnRuleProps.builder()
Sets the value ofCfnRuleProps.getFunction()
CfnRuleProps.Builder.instanceArn
(String instanceArn) Sets the value ofCfnRuleProps.getInstanceArn()
Sets the value ofCfnRuleProps.getName()
CfnRuleProps.Builder.publishStatus
(String publishStatus) Sets the value ofCfnRuleProps.getPublishStatus()
Sets the value ofCfnRuleProps.getTags()
CfnRuleProps.Builder.triggerEventSource
(IResolvable triggerEventSource) Sets the value ofCfnRuleProps.getTriggerEventSource()
CfnRuleProps.Builder.triggerEventSource
(CfnRule.RuleTriggerEventSourceProperty triggerEventSource) Sets the value ofCfnRuleProps.getTriggerEventSource()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleProps.Builder
.