Uses of Class
software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
Packages that use SingletonFunctionProps.Builder
-
Uses of SingletonFunctionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return SingletonFunctionProps.BuilderModifier and TypeMethodDescriptionSingletonFunctionProps.Builder.adotInstrumentation(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()SingletonFunctionProps.Builder.allowAllIpv6Outbound(Boolean allowAllIpv6Outbound) Sets the value ofFunctionOptions.getAllowAllIpv6Outbound()SingletonFunctionProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()SingletonFunctionProps.Builder.allowPublicSubnet(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()SingletonFunctionProps.Builder.applicationLogLevel(String applicationLogLevel) Deprecated.Use `applicationLogLevelV2` as a property instead.SingletonFunctionProps.Builder.applicationLogLevelV2(ApplicationLogLevel applicationLogLevelV2) Sets the value ofFunctionOptions.getApplicationLogLevelV2()SingletonFunctionProps.Builder.architecture(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()SingletonFunctionProps.builder()Sets the value ofFunctionProps.getCode()SingletonFunctionProps.Builder.codeSigningConfig(ICodeSigningConfigRef codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()SingletonFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions) Sets the value ofFunctionOptions.getCurrentVersionOptions()SingletonFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()SingletonFunctionProps.Builder.deadLetterQueueEnabled(Boolean deadLetterQueueEnabled) Sets the value ofFunctionOptions.getDeadLetterQueueEnabled()SingletonFunctionProps.Builder.deadLetterTopic(ITopic deadLetterTopic) Sets the value ofFunctionOptions.getDeadLetterTopic()SingletonFunctionProps.Builder.description(String description) Sets the value ofFunctionOptions.getDescription()SingletonFunctionProps.Builder.environment(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()SingletonFunctionProps.Builder.environmentEncryption(IKeyRef environmentEncryption) Sets the value ofFunctionOptions.getEnvironmentEncryption()SingletonFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize) Sets the value ofFunctionOptions.getEphemeralStorageSize()SingletonFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()SingletonFunctionProps.Builder.filesystem(FileSystem filesystem) Sets the value ofFunctionOptions.getFilesystem()SingletonFunctionProps.Builder.functionName(String functionName) Sets the value ofFunctionOptions.getFunctionName()Sets the value ofFunctionProps.getHandler()SingletonFunctionProps.Builder.initialPolicy(List<? extends PolicyStatement> initialPolicy) Sets the value ofFunctionOptions.getInitialPolicy()SingletonFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()SingletonFunctionProps.Builder.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Sets the value ofFunctionOptions.getIpv6AllowedForDualStack()SingletonFunctionProps.Builder.lambdaPurpose(String lambdaPurpose) Sets the value ofSingletonFunctionProps.getLambdaPurpose()SingletonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()Deprecated.Use `loggingFormat` as a property instead.SingletonFunctionProps.Builder.loggingFormat(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()Sets the value ofFunctionOptions.getLogGroup()SingletonFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadSingletonFunctionProps.Builder.logRetention(RetentionDays logRetention) Deprecated.use `logGroup` insteadSingletonFunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()SingletonFunctionProps.Builder.logRetentionRole(IRole logRetentionRole) Sets the value ofFunctionOptions.getLogRetentionRole()SingletonFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()SingletonFunctionProps.Builder.memorySize(Number memorySize) Sets the value ofFunctionOptions.getMemorySize()SingletonFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()SingletonFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()SingletonFunctionProps.Builder.paramsAndSecrets(ParamsAndSecretsLayerVersion paramsAndSecrets) Sets the value ofFunctionOptions.getParamsAndSecrets()Sets the value ofFunctionOptions.getProfiling()SingletonFunctionProps.Builder.profilingGroup(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()SingletonFunctionProps.Builder.recursiveLoop(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()SingletonFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofFunctionOptions.getReservedConcurrentExecutions()SingletonFunctionProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Sets the value ofFunctionOptions.getRole()Sets the value ofFunctionProps.getRuntime()SingletonFunctionProps.Builder.runtimeManagementMode(RuntimeManagementMode runtimeManagementMode) Sets the value ofFunctionOptions.getRuntimeManagementMode()SingletonFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()SingletonFunctionProps.Builder.snapStart(SnapStartConf snapStart) Sets the value ofFunctionOptions.getSnapStart()SingletonFunctionProps.Builder.systemLogLevel(String systemLogLevel) Deprecated.Use `systemLogLevelV2` as a property instead.SingletonFunctionProps.Builder.systemLogLevelV2(SystemLogLevel systemLogLevelV2) Sets the value ofFunctionOptions.getSystemLogLevelV2()Sets the value ofFunctionOptions.getTimeout()Sets the value ofFunctionOptions.getTracing()Sets the value ofSingletonFunctionProps.getUuid()Sets the value ofFunctionOptions.getVpc()SingletonFunctionProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofFunctionOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.lambda with parameters of type SingletonFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SingletonFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSingletonFunctionProps.Builder.