Uses of Class
software.amazon.awscdk.services.lambda.FunctionProps.Builder
Packages that use FunctionProps.Builder
-
Uses of FunctionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionProps.BuilderModifier and TypeMethodDescriptionFunctionProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()FunctionProps.Builder.allowPublicSubnet(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()FunctionProps.Builder.architecture(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()FunctionProps.Builder.architectures(List<? extends Architecture> architectures) Deprecated.use `architecture`static FunctionProps.BuilderFunctionProps.builder()Sets the value ofFunctionProps.getCode()FunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()FunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions) Sets the value ofFunctionOptions.getCurrentVersionOptions()FunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()FunctionProps.Builder.deadLetterQueueEnabled(Boolean deadLetterQueueEnabled) Sets the value ofFunctionOptions.getDeadLetterQueueEnabled()FunctionProps.Builder.deadLetterTopic(ITopic deadLetterTopic) Sets the value ofFunctionOptions.getDeadLetterTopic()FunctionProps.Builder.description(String description) Sets the value ofFunctionOptions.getDescription()FunctionProps.Builder.environment(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()FunctionProps.Builder.environmentEncryption(IKey environmentEncryption) Sets the value ofFunctionOptions.getEnvironmentEncryption()FunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize) Sets the value ofFunctionOptions.getEphemeralStorageSize()FunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()FunctionProps.Builder.filesystem(FileSystem filesystem) Sets the value ofFunctionOptions.getFilesystem()FunctionProps.Builder.functionName(String functionName) Sets the value ofFunctionOptions.getFunctionName()Sets the value ofFunctionProps.getHandler()FunctionProps.Builder.initialPolicy(List<? extends PolicyStatement> initialPolicy) Sets the value ofFunctionOptions.getInitialPolicy()FunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()FunctionProps.Builder.layers(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()FunctionProps.Builder.logRetention(RetentionDays logRetention) Sets the value ofFunctionOptions.getLogRetention()FunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()FunctionProps.Builder.logRetentionRole(IRole logRetentionRole) Sets the value ofFunctionOptions.getLogRetentionRole()FunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()FunctionProps.Builder.memorySize(Number memorySize) Sets the value ofFunctionOptions.getMemorySize()FunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()FunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()Sets the value ofFunctionOptions.getProfiling()FunctionProps.Builder.profilingGroup(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()FunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofFunctionOptions.getReservedConcurrentExecutions()FunctionProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Sets the value ofFunctionOptions.getRole()Sets the value ofFunctionProps.getRuntime()FunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()Sets the value ofFunctionOptions.getTimeout()Sets the value ofFunctionOptions.getTracing()Sets the value ofFunctionOptions.getVpc()FunctionProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofFunctionOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.lambda with parameters of type FunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionProps.Builder.