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