Uses of Class
software.amazon.awscdk.services.lambda.FunctionAttributes.Builder
-
Uses of FunctionAttributes.Builder in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionFunctionAttributes.Builder.architecture
(Architecture architecture) Sets the value ofFunctionAttributes.getArchitecture()
static FunctionAttributes.Builder
FunctionAttributes.builder()
FunctionAttributes.Builder.functionArn
(String functionArn) Sets the value ofFunctionAttributes.getFunctionArn()
Sets the value ofFunctionAttributes.getRole()
FunctionAttributes.Builder.sameEnvironment
(Boolean sameEnvironment) Sets the value ofFunctionAttributes.getSameEnvironment()
FunctionAttributes.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofFunctionAttributes.getSecurityGroup()
FunctionAttributes.Builder.securityGroupId
(String securityGroupId) Deprecated.use `securityGroup` insteadFunctionAttributes.Builder.skipPermissions
(Boolean skipPermissions) Sets the value ofFunctionAttributes.getSkipPermissions()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FunctionAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionAttributes.Builder
.