Uses of Class
software.amazon.awscdk.services.events.CfnEventBusProps.Builder
Packages that use CfnEventBusProps.Builder
-
Uses of CfnEventBusProps.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnEventBusProps.BuilderModifier and TypeMethodDescriptionstatic CfnEventBusProps.Builder
CfnEventBusProps.builder()
CfnEventBusProps.Builder.deadLetterConfig
(IResolvable deadLetterConfig) Sets the value ofCfnEventBusProps.getDeadLetterConfig()
CfnEventBusProps.Builder.deadLetterConfig
(CfnEventBus.DeadLetterConfigProperty deadLetterConfig) Sets the value ofCfnEventBusProps.getDeadLetterConfig()
CfnEventBusProps.Builder.description
(String description) Sets the value ofCfnEventBusProps.getDescription()
CfnEventBusProps.Builder.eventSourceName
(String eventSourceName) Sets the value ofCfnEventBusProps.getEventSourceName()
CfnEventBusProps.Builder.kmsKeyIdentifier
(String kmsKeyIdentifier) Sets the value ofCfnEventBusProps.getKmsKeyIdentifier()
Sets the value ofCfnEventBusProps.getName()
Sets the value ofCfnEventBusProps.getPolicy()
Sets the value ofCfnEventBusProps.getTags()
Constructors in software.amazon.awscdk.services.events with parameters of type CfnEventBusProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEventBusProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventBusProps.Builder
.