Uses of Class
software.amazon.awscdk.services.lambda.FunctionAttributes.Builder
Packages that use FunctionAttributes.Builder
-
Uses of FunctionAttributes.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionAttributes.BuilderModifier and TypeMethodDescriptionFunctionAttributes.Builder.architecture(Architecture architecture) Sets the value ofFunctionAttributes.getArchitecture()static FunctionAttributes.BuilderFunctionAttributes.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()Constructors in software.amazon.awscdk.services.lambda with parameters of type FunctionAttributes.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FunctionAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionAttributes.Builder.