| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
static SingletonFunctionProps.Builder |
SingletonFunctionProps.builder() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withAllowAllOutbound(Boolean value)
Sets the value of AllowAllOutbound
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withCode(Code value)
Sets the value of Code
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withDeadLetterQueue(software.amazon.awscdk.services.sqs.QueueRef value)
Sets the value of DeadLetterQueue
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withDeadLetterQueueEnabled(Boolean value)
Sets the value of DeadLetterQueueEnabled
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withDescription(String value)
Sets the value of Description
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withEnvironment(Map<String,Object> value)
Sets the value of Environment
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withFunctionName(String value)
Sets the value of FunctionName
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withHandler(String value)
Sets the value of Handler
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withInitialPolicy(List<software.amazon.awscdk.services.iam.PolicyStatement> value)
Sets the value of InitialPolicy
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withLambdaPurpose(String value)
Sets the value of LambdaPurpose
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withMemorySize(Number value)
Sets the value of MemorySize
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withRole(software.amazon.awscdk.services.iam.Role value)
Sets the value of Role
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withRuntime(Runtime value)
Sets the value of Runtime
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withSecurityGroup(software.amazon.awscdk.services.ec2.SecurityGroupRef value)
Sets the value of SecurityGroup
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withTimeout(Number value)
Sets the value of Timeout
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withTracing(Tracing value)
Sets the value of Tracing
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withUuid(String value)
Sets the value of Uuid
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
Sets the value of Vpc
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withVpcPlacement(software.amazon.awscdk.services.ec2.VpcPlacementStrategy value)
Sets the value of VpcPlacement
|
Copyright © 2018. All rights reserved.