Uses of Class
software.amazon.awscdk.services.sns.CfnSubscriptionProps.Builder
Packages that use CfnSubscriptionProps.Builder
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of CfnSubscriptionProps.Builder in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return CfnSubscriptionProps.BuilderModifier and TypeMethodDescriptionstatic CfnSubscriptionProps.Builder
CfnSubscriptionProps.builder()
CfnSubscriptionProps.Builder.deliveryPolicy
(Object deliveryPolicy) Sets the value ofCfnSubscriptionProps.getDeliveryPolicy()
Sets the value ofCfnSubscriptionProps.getEndpoint()
CfnSubscriptionProps.Builder.filterPolicy
(Object filterPolicy) Sets the value ofCfnSubscriptionProps.getFilterPolicy()
CfnSubscriptionProps.Builder.filterPolicyScope
(String filterPolicyScope) Sets the value ofCfnSubscriptionProps.getFilterPolicyScope()
Sets the value ofCfnSubscriptionProps.getProtocol()
CfnSubscriptionProps.Builder.rawMessageDelivery
(Boolean rawMessageDelivery) Sets the value ofCfnSubscriptionProps.getRawMessageDelivery()
CfnSubscriptionProps.Builder.rawMessageDelivery
(IResolvable rawMessageDelivery) Sets the value ofCfnSubscriptionProps.getRawMessageDelivery()
CfnSubscriptionProps.Builder.redrivePolicy
(Object redrivePolicy) Sets the value ofCfnSubscriptionProps.getRedrivePolicy()
Sets the value ofCfnSubscriptionProps.getRegion()
CfnSubscriptionProps.Builder.subscriptionRoleArn
(String subscriptionRoleArn) Sets the value ofCfnSubscriptionProps.getSubscriptionRoleArn()
Sets the value ofCfnSubscriptionProps.getTopicArn()
Constructors in software.amazon.awscdk.services.sns with parameters of type CfnSubscriptionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSubscriptionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSubscriptionProps.Builder
.