Package io.github.cdklabs.projen.awscdk
Class EdgeLambdaAutoDiscover.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.awscdk.EdgeLambdaAutoDiscover.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgeLambdaAutoDiscover>
- Enclosing class:
- EdgeLambdaAutoDiscover
@Stability(Experimental) public static final class EdgeLambdaAutoDiscover.Builder extends Object implements software.amazon.jsii.Builder<EdgeLambdaAutoDiscover>
(experimental) A fluent builder forEdgeLambdaAutoDiscover.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeLambdaAutoDiscoverbuild()EdgeLambdaAutoDiscover.BuildercdkDeps(AwsCdkDeps cdkDeps)(experimental) AWS CDK dependency manager.static EdgeLambdaAutoDiscover.Buildercreate(Project project)EdgeLambdaAutoDiscover.BuilderlambdaOptions(LambdaFunctionCommonOptions lambdaOptions)(experimental) Options for AWS Lambda functions.EdgeLambdaAutoDiscover.Buildersrcdir(String srcdir)(experimental) Project source tree (relative to project output directory).EdgeLambdaAutoDiscover.BuildertsconfigPath(String tsconfigPath)(experimental) Path to the tsconfig file to use for integration tests.
-
-
-
Method Detail
-
create
@Stability(Experimental) public static EdgeLambdaAutoDiscover.Builder create(Project project)
- Parameters:
project- This parameter is required.- Returns:
- a new instance of
EdgeLambdaAutoDiscover.Builder.
-
cdkDeps
@Stability(Experimental) public EdgeLambdaAutoDiscover.Builder cdkDeps(AwsCdkDeps cdkDeps)
(experimental) AWS CDK dependency manager.- Parameters:
cdkDeps- AWS CDK dependency manager. This parameter is required.- Returns:
this
-
tsconfigPath
@Stability(Experimental) public EdgeLambdaAutoDiscover.Builder tsconfigPath(String tsconfigPath)
(experimental) Path to the tsconfig file to use for integration tests.- Parameters:
tsconfigPath- Path to the tsconfig file to use for integration tests. This parameter is required.- Returns:
this
-
srcdir
@Stability(Experimental) public EdgeLambdaAutoDiscover.Builder srcdir(String srcdir)
(experimental) Project source tree (relative to project output directory).- Parameters:
srcdir- Project source tree (relative to project output directory). This parameter is required.- Returns:
this
-
lambdaOptions
@Stability(Experimental) public EdgeLambdaAutoDiscover.Builder lambdaOptions(LambdaFunctionCommonOptions lambdaOptions)
(experimental) Options for AWS Lambda functions.- Parameters:
lambdaOptions- Options for AWS Lambda functions. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public EdgeLambdaAutoDiscover build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgeLambdaAutoDiscover>- Returns:
- a newly built instance of
EdgeLambdaAutoDiscover.
-
-