Sets the value of FunctionOptions.getAllowAllOutbound()
Sets the value of FunctionOptions.getAllowPublicSubnet()
NodejsFunctionProps.Builder.architecture(software.amazon.awscdk.services.lambda.Architecture architecture)
Sets the value of FunctionOptions.getArchitecture()
NodejsFunctionProps.Builder.architectures(List<? extends software.amazon.awscdk.services.lambda.Architecture> architectures)
NodejsFunctionProps.Builder.codeSigningConfig(software.amazon.awscdk.services.lambda.ICodeSigningConfig codeSigningConfig)
Sets the value of FunctionOptions.getCodeSigningConfig()
NodejsFunctionProps.Builder.currentVersionOptions(software.amazon.awscdk.services.lambda.VersionOptions currentVersionOptions)
Sets the value of FunctionOptions.getCurrentVersionOptions()
NodejsFunctionProps.Builder.deadLetterQueue(software.amazon.awscdk.services.sqs.IQueue deadLetterQueue)
Sets the value of FunctionOptions.getDeadLetterQueue()
Sets the value of FunctionOptions.getDeadLetterQueueEnabled()
NodejsFunctionProps.Builder.deadLetterTopic(software.amazon.awscdk.services.sns.ITopic deadLetterTopic)
Sets the value of FunctionOptions.getDeadLetterTopic()
Sets the value of FunctionOptions.getDescription()
Sets the value of FunctionOptions.getEnvironment()
NodejsFunctionProps.Builder.environmentEncryption(software.amazon.awscdk.services.kms.IKey environmentEncryption)
Sets the value of FunctionOptions.getEnvironmentEncryption()
NodejsFunctionProps.Builder.ephemeralStorageSize(software.amazon.awscdk.core.Size ephemeralStorageSize)
Sets the value of FunctionOptions.getEphemeralStorageSize()
NodejsFunctionProps.Builder.events(List<? extends software.amazon.awscdk.services.lambda.IEventSource> events)
Sets the value of FunctionOptions.getEvents()
NodejsFunctionProps.Builder.filesystem(software.amazon.awscdk.services.lambda.FileSystem filesystem)
Sets the value of FunctionOptions.getFilesystem()
Sets the value of FunctionOptions.getFunctionName()
NodejsFunctionProps.Builder.initialPolicy(List<? extends software.amazon.awscdk.services.iam.PolicyStatement> initialPolicy)
Sets the value of FunctionOptions.getInitialPolicy()
NodejsFunctionProps.Builder.insightsVersion(software.amazon.awscdk.services.lambda.LambdaInsightsVersion insightsVersion)
Sets the value of FunctionOptions.getInsightsVersion()
NodejsFunctionProps.Builder.layers(List<? extends software.amazon.awscdk.services.lambda.ILayerVersion> layers)
Sets the value of FunctionOptions.getLayers()
NodejsFunctionProps.Builder.logRetention(software.amazon.awscdk.services.logs.RetentionDays logRetention)
Sets the value of FunctionOptions.getLogRetention()
NodejsFunctionProps.Builder.logRetentionRetryOptions(software.amazon.awscdk.services.lambda.LogRetentionRetryOptions logRetentionRetryOptions)
Sets the value of FunctionOptions.getLogRetentionRetryOptions()
NodejsFunctionProps.Builder.logRetentionRole(software.amazon.awscdk.services.iam.IRole logRetentionRole)
Sets the value of FunctionOptions.getLogRetentionRole()
NodejsFunctionProps.Builder.maxEventAge(software.amazon.awscdk.core.Duration maxEventAge)
Sets the value of EventInvokeConfigOptions.getMaxEventAge()
Sets the value of FunctionOptions.getMemorySize()
NodejsFunctionProps.Builder.onFailure(software.amazon.awscdk.services.lambda.IDestination onFailure)
Sets the value of EventInvokeConfigOptions.getOnFailure()
NodejsFunctionProps.Builder.onSuccess(software.amazon.awscdk.services.lambda.IDestination onSuccess)
Sets the value of EventInvokeConfigOptions.getOnSuccess()
Sets the value of FunctionOptions.getProfiling()
NodejsFunctionProps.Builder.profilingGroup(software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup profilingGroup)
Sets the value of FunctionOptions.getProfilingGroup()
Sets the value of FunctionOptions.getReservedConcurrentExecutions()
Sets the value of EventInvokeConfigOptions.getRetryAttempts()
NodejsFunctionProps.Builder.role(software.amazon.awscdk.services.iam.IRole role)
Sets the value of FunctionOptions.getRole()
NodejsFunctionProps.Builder.runtime(software.amazon.awscdk.services.lambda.Runtime runtime)
NodejsFunctionProps.Builder.securityGroup(software.amazon.awscdk.services.ec2.ISecurityGroup securityGroup)
NodejsFunctionProps.Builder.securityGroups(List<? extends software.amazon.awscdk.services.ec2.ISecurityGroup> securityGroups)
Sets the value of FunctionOptions.getSecurityGroups()
NodejsFunctionProps.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Sets the value of FunctionOptions.getTimeout()
NodejsFunctionProps.Builder.tracing(software.amazon.awscdk.services.lambda.Tracing tracing)
Sets the value of FunctionOptions.getTracing()
NodejsFunctionProps.Builder.vpc(software.amazon.awscdk.services.ec2.IVpc vpc)
Sets the value of FunctionOptions.getVpc()
NodejsFunctionProps.Builder.vpcSubnets(software.amazon.awscdk.services.ec2.SubnetSelection vpcSubnets)
Sets the value of FunctionOptions.getVpcSubnets()