Uses of Class
software.amazon.awscdk.services.ses.LambdaActionConfig.Builder
Packages that use LambdaActionConfig.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of LambdaActionConfig.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return LambdaActionConfig.BuilderModifier and TypeMethodDescriptionstatic LambdaActionConfig.Builder
LambdaActionConfig.builder()
LambdaActionConfig.Builder.functionArn
(String functionArn) Sets the value ofLambdaActionConfig.getFunctionArn()
LambdaActionConfig.Builder.invocationType
(String invocationType) Sets the value ofLambdaActionConfig.getInvocationType()
Sets the value ofLambdaActionConfig.getTopicArn()
Constructors in software.amazon.awscdk.services.ses with parameters of type LambdaActionConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(LambdaActionConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaActionConfig.Builder
.