Uses of Class
software.amazon.awscdk.services.lambda.CfnFunctionProps.Builder
Packages that use CfnFunctionProps.Builder
-
Uses of CfnFunctionProps.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnFunctionProps.BuilderModifier and TypeMethodDescriptionCfnFunctionProps.Builder.architectures(List<String> architectures) Sets the value ofCfnFunctionProps.getArchitectures()static CfnFunctionProps.BuilderCfnFunctionProps.builder()CfnFunctionProps.Builder.code(IResolvable code) Sets the value ofCfnFunctionProps.getCode()CfnFunctionProps.Builder.code(CfnFunction.CodeProperty code) Sets the value ofCfnFunctionProps.getCode()CfnFunctionProps.Builder.codeSigningConfigArn(String codeSigningConfigArn) Sets the value ofCfnFunctionProps.getCodeSigningConfigArn()CfnFunctionProps.Builder.deadLetterConfig(IResolvable deadLetterConfig) Sets the value ofCfnFunctionProps.getDeadLetterConfig()CfnFunctionProps.Builder.deadLetterConfig(CfnFunction.DeadLetterConfigProperty deadLetterConfig) Sets the value ofCfnFunctionProps.getDeadLetterConfig()CfnFunctionProps.Builder.description(String description) Sets the value ofCfnFunctionProps.getDescription()CfnFunctionProps.Builder.environment(IResolvable environment) Sets the value ofCfnFunctionProps.getEnvironment()CfnFunctionProps.Builder.environment(CfnFunction.EnvironmentProperty environment) Sets the value ofCfnFunctionProps.getEnvironment()CfnFunctionProps.Builder.ephemeralStorage(IResolvable ephemeralStorage) Sets the value ofCfnFunctionProps.getEphemeralStorage()CfnFunctionProps.Builder.ephemeralStorage(CfnFunction.EphemeralStorageProperty ephemeralStorage) Sets the value ofCfnFunctionProps.getEphemeralStorage()CfnFunctionProps.Builder.fileSystemConfigs(List<? extends Object> fileSystemConfigs) Sets the value ofCfnFunctionProps.getFileSystemConfigs()CfnFunctionProps.Builder.fileSystemConfigs(IResolvable fileSystemConfigs) Sets the value ofCfnFunctionProps.getFileSystemConfigs()CfnFunctionProps.Builder.functionName(String functionName) Sets the value ofCfnFunctionProps.getFunctionName()Sets the value ofCfnFunctionProps.getHandler()CfnFunctionProps.Builder.imageConfig(IResolvable imageConfig) Sets the value ofCfnFunctionProps.getImageConfig()CfnFunctionProps.Builder.imageConfig(CfnFunction.ImageConfigProperty imageConfig) Sets the value ofCfnFunctionProps.getImageConfig()Sets the value ofCfnFunctionProps.getKmsKeyArn()Sets the value ofCfnFunctionProps.getLayers()CfnFunctionProps.Builder.loggingConfig(IResolvable loggingConfig) Sets the value ofCfnFunctionProps.getLoggingConfig()CfnFunctionProps.Builder.loggingConfig(CfnFunction.LoggingConfigProperty loggingConfig) Sets the value ofCfnFunctionProps.getLoggingConfig()CfnFunctionProps.Builder.memorySize(Number memorySize) Sets the value ofCfnFunctionProps.getMemorySize()CfnFunctionProps.Builder.packageType(String packageType) Sets the value ofCfnFunctionProps.getPackageType()CfnFunctionProps.Builder.recursiveLoop(String recursiveLoop) Sets the value ofCfnFunctionProps.getRecursiveLoop()CfnFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofCfnFunctionProps.getReservedConcurrentExecutions()Sets the value ofCfnFunctionProps.getRole()Sets the value ofCfnFunctionProps.getRuntime()CfnFunctionProps.Builder.runtimeManagementConfig(IResolvable runtimeManagementConfig) Sets the value ofCfnFunctionProps.getRuntimeManagementConfig()CfnFunctionProps.Builder.runtimeManagementConfig(CfnFunction.RuntimeManagementConfigProperty runtimeManagementConfig) Sets the value ofCfnFunctionProps.getRuntimeManagementConfig()CfnFunctionProps.Builder.snapStart(IResolvable snapStart) Sets the value ofCfnFunctionProps.getSnapStart()CfnFunctionProps.Builder.snapStart(CfnFunction.SnapStartProperty snapStart) Sets the value ofCfnFunctionProps.getSnapStart()Sets the value ofCfnFunctionProps.getTags()Sets the value ofCfnFunctionProps.getTimeout()CfnFunctionProps.Builder.tracingConfig(IResolvable tracingConfig) Sets the value ofCfnFunctionProps.getTracingConfig()CfnFunctionProps.Builder.tracingConfig(CfnFunction.TracingConfigProperty tracingConfig) Sets the value ofCfnFunctionProps.getTracingConfig()CfnFunctionProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnFunctionProps.getVpcConfig()CfnFunctionProps.Builder.vpcConfig(CfnFunction.VpcConfigProperty vpcConfig) Sets the value ofCfnFunctionProps.getVpcConfig()Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder.