@Stability(value=Experimental) public static final class LambdaFunctionCommonOptions.Builder extends Object implements software.amazon.jsii.Builder<LambdaFunctionCommonOptions>
LambdaFunctionCommonOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionCommonOptions |
build()
Builds the configured instance.
|
LambdaFunctionCommonOptions.Builder |
bundlingOptions(BundlingOptions bundlingOptions)
Sets the value of
LambdaFunctionCommonOptions.getBundlingOptions() |
LambdaFunctionCommonOptions.Builder |
runtime(LambdaRuntime runtime)
Sets the value of
LambdaFunctionCommonOptions.getRuntime() |
@Stability(value=Experimental) public LambdaFunctionCommonOptions.Builder bundlingOptions(BundlingOptions bundlingOptions)
LambdaFunctionCommonOptions.getBundlingOptions()bundlingOptions - Bundling options for this AWS Lambda function.
If not specified the default bundling options specified for the project
Bundler instance will be used.this@Stability(value=Experimental) public LambdaFunctionCommonOptions.Builder runtime(LambdaRuntime runtime)
LambdaFunctionCommonOptions.getRuntime()runtime - The node.js version to target.this@Stability(value=Experimental) public LambdaFunctionCommonOptions build()
build in interface software.amazon.jsii.Builder<LambdaFunctionCommonOptions>LambdaFunctionCommonOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.