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