| Modifier and Type | Method and Description |
|---|---|
static SnsToLambdaProps.Builder |
SnsToLambdaProps.builder() |
SnsToLambdaProps.Builder |
SnsToLambdaProps.Builder.enableEncryption(Boolean enableEncryption)
Sets the value of
SnsToLambdaProps.getEnableEncryption() |
SnsToLambdaProps.Builder |
SnsToLambdaProps.Builder.encryptionKey(software.amazon.awscdk.services.kms.Key encryptionKey)
Sets the value of
SnsToLambdaProps.getEncryptionKey() |
SnsToLambdaProps.Builder |
SnsToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Sets the value of
SnsToLambdaProps.getExistingLambdaObj() |
SnsToLambdaProps.Builder |
SnsToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Sets the value of
SnsToLambdaProps.getLambdaFunctionProps() |
SnsToLambdaProps.Builder |
SnsToLambdaProps.Builder.topicProps(software.amazon.awscdk.services.sns.TopicProps topicProps)
Sets the value of
SnsToLambdaProps.getTopicProps() |
Copyright © 2020. All rights reserved.