Uses of Class
software.amazon.awsconstructs.services.s3lambda.S3ToLambdaProps.Builder
-
Uses of S3ToLambdaProps.Builder in software.amazon.awsconstructs.services.s3lambda
Methods in software.amazon.awsconstructs.services.s3lambda that return S3ToLambdaProps.BuilderModifier and TypeMethodDescriptionS3ToLambdaProps.Builder.bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps) Sets the value ofS3ToLambdaProps.getBucketProps()static S3ToLambdaProps.BuilderS3ToLambdaProps.builder()S3ToLambdaProps.Builder.existingBucketObj(software.amazon.awscdk.services.s3.Bucket existingBucketObj) Sets the value ofS3ToLambdaProps.getExistingBucketObj()S3ToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofS3ToLambdaProps.getExistingLambdaObj()S3ToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofS3ToLambdaProps.getLambdaFunctionProps()S3ToLambdaProps.Builder.loggingBucketProps(software.amazon.awscdk.services.s3.BucketProps loggingBucketProps) Sets the value ofS3ToLambdaProps.getLoggingBucketProps()S3ToLambdaProps.Builder.logS3AccessLogs(Boolean logS3AccessLogs) Sets the value ofS3ToLambdaProps.getLogS3AccessLogs()S3ToLambdaProps.Builder.s3EventSourceProps(software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps s3EventSourceProps) Sets the value ofS3ToLambdaProps.getS3EventSourceProps()Constructors in software.amazon.awsconstructs.services.s3lambda with parameters of type S3ToLambdaProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(S3ToLambdaProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3ToLambdaProps.Builder.