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.adotInstrumentation(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()FunctionOptions.Builder.allowAllIpv6Outbound(Boolean allowAllIpv6Outbound) Sets the value ofFunctionOptions.getAllowAllIpv6Outbound()FunctionOptions.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()FunctionOptions.Builder.allowPublicSubnet(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()FunctionOptions.Builder.applicationLogLevel(String applicationLogLevel) Deprecated.Use `applicationLogLevelV2` as a property instead.FunctionOptions.Builder.applicationLogLevelV2(ApplicationLogLevel applicationLogLevelV2) Sets the value ofFunctionOptions.getApplicationLogLevelV2()FunctionOptions.Builder.architecture(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()static FunctionOptions.BuilderFunctionOptions.builder()FunctionOptions.Builder.codeSigningConfig(ICodeSigningConfigRef 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.durableConfig(DurableConfig durableConfig) Sets the value ofFunctionOptions.getDurableConfig()FunctionOptions.Builder.environment(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()FunctionOptions.Builder.environmentEncryption(IKeyRef 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.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Sets the value ofFunctionOptions.getIpv6AllowedForDualStack()FunctionOptions.Builder.layers(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()Deprecated.Use `loggingFormat` as a property instead.FunctionOptions.Builder.loggingFormat(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()Sets the value ofFunctionOptions.getLogGroup()FunctionOptions.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadFunctionOptions.Builder.logRetention(RetentionDays logRetention) Deprecated.use `logGroup` insteadFunctionOptions.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()FunctionOptions.Builder.paramsAndSecrets(ParamsAndSecretsLayerVersion paramsAndSecrets) Sets the value ofFunctionOptions.getParamsAndSecrets()Sets the value ofFunctionOptions.getProfiling()FunctionOptions.Builder.profilingGroup(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()FunctionOptions.Builder.recursiveLoop(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()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.runtimeManagementMode(RuntimeManagementMode runtimeManagementMode) Sets the value ofFunctionOptions.getRuntimeManagementMode()FunctionOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()FunctionOptions.Builder.snapStart(SnapStartConf snapStart) Sets the value ofFunctionOptions.getSnapStart()FunctionOptions.Builder.systemLogLevel(String systemLogLevel) Deprecated.Use `systemLogLevelV2` as a property instead.FunctionOptions.Builder.systemLogLevelV2(SystemLogLevel systemLogLevelV2) Sets the value ofFunctionOptions.getSystemLogLevelV2()FunctionOptions.Builder.tenancyConfig(TenancyConfig tenancyConfig) Sets the value ofFunctionOptions.getTenancyConfig()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.