@Stability(value=Stable) public static final class CfnFunctionDefinitionVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinitionVersion>
CfnFunctionDefinitionVersion.| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinitionVersion |
build() |
static CfnFunctionDefinitionVersion.Builder |
create(Construct scope,
String id) |
CfnFunctionDefinitionVersion.Builder |
defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
The default configuration that applies to all Lambda functions in the group.
|
CfnFunctionDefinitionVersion.Builder |
defaultConfig(IResolvable defaultConfig)
The default configuration that applies to all Lambda functions in the group.
|
CfnFunctionDefinitionVersion.Builder |
functionDefinitionId(String functionDefinitionId)
The ID of the function definition associated with this version.
|
CfnFunctionDefinitionVersion.Builder |
functions(IResolvable functions)
The functions in this version.
|
CfnFunctionDefinitionVersion.Builder |
functions(List<? extends Object> functions)
The functions in this version.
|
@Stability(value=Stable) public static CfnFunctionDefinitionVersion.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFunctionDefinitionVersion.DefaultConfigProperty.Builder.@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder functionDefinitionId(String functionDefinitionId)
This value is a GUID.
functionDefinitionId - The ID of the function definition associated with this version. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder functions(IResolvable functions)
functions - The functions in this version. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder functions(List<? extends Object> functions)
functions - The functions in this version. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder defaultConfig(IResolvable defaultConfig)
Individual Lambda functions can override these settings.
defaultConfig - The default configuration that applies to all Lambda functions in the group. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
Individual Lambda functions can override these settings.
defaultConfig - The default configuration that applies to all Lambda functions in the group. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinitionVersion>Copyright © 2022. All rights reserved.