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