Uses of Class
software.amazon.awsconstructs.services.snslambda.SnsToLambdaProps.Builder
-
Uses of SnsToLambdaProps.Builder in software.amazon.awsconstructs.services.snslambda
Methods in software.amazon.awsconstructs.services.snslambda that return SnsToLambdaProps.BuilderModifier and TypeMethodDescriptionstatic SnsToLambdaProps.BuilderSnsToLambdaProps.builder()SnsToLambdaProps.Builder.enableEncryptionWithCustomerManagedKey(Boolean enableEncryptionWithCustomerManagedKey) Sets the value ofSnsToLambdaProps.getEnableEncryptionWithCustomerManagedKey()SnsToLambdaProps.Builder.encryptionKey(software.amazon.awscdk.services.kms.Key encryptionKey) Sets the value ofSnsToLambdaProps.getEncryptionKey()SnsToLambdaProps.Builder.encryptionKeyProps(software.amazon.awscdk.services.kms.KeyProps encryptionKeyProps) Sets the value ofSnsToLambdaProps.getEncryptionKeyProps()SnsToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofSnsToLambdaProps.getExistingLambdaObj()SnsToLambdaProps.Builder.existingTopicObj(software.amazon.awscdk.services.sns.Topic existingTopicObj) Sets the value ofSnsToLambdaProps.getExistingTopicObj()SnsToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofSnsToLambdaProps.getLambdaFunctionProps()SnsToLambdaProps.Builder.topicProps(software.amazon.awscdk.services.sns.TopicProps topicProps) Sets the value ofSnsToLambdaProps.getTopicProps()Constructors in software.amazon.awsconstructs.services.snslambda with parameters of type SnsToLambdaProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SnsToLambdaProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSnsToLambdaProps.Builder.