Uses of Class
software.amazon.awscdk.services.connect.CfnRuleProps.Builder
Packages that use CfnRuleProps.Builder
-
Uses of CfnRuleProps.Builder in software.amazon.awscdk.services.connect
Methods in software.amazon.awscdk.services.connect that return CfnRuleProps.BuilderModifier and TypeMethodDescriptionCfnRuleProps.Builder.actions(IResolvable actions) Sets the value ofCfnRuleProps.getActions()CfnRuleProps.Builder.actions(CfnRule.ActionsProperty actions) Sets the value ofCfnRuleProps.getActions()static CfnRuleProps.BuilderCfnRuleProps.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()Constructors in software.amazon.awscdk.services.connect with parameters of type CfnRuleProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleProps.Builder.