public static final class CfnFunctionDefinitionVersion.Builder
extends java.lang.Object
CfnFunctionDefinitionVersion
.Modifier and Type | Method and Description |
---|---|
CfnFunctionDefinitionVersion |
build() |
static CfnFunctionDefinitionVersion.Builder |
create(Construct scope,
java.lang.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(java.lang.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(java.util.List<? extends java.lang.Object> functions)
The functions in this version.
|
public static CfnFunctionDefinitionVersion.Builder create(Construct scope, java.lang.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
.public CfnFunctionDefinitionVersion.Builder functionDefinitionId(java.lang.String functionDefinitionId)
This value is a GUID.
functionDefinitionId
- The ID of the function definition associated with this version. This parameter is required.this
public CfnFunctionDefinitionVersion.Builder functions(IResolvable functions)
functions
- The functions in this version. This parameter is required.this
public CfnFunctionDefinitionVersion.Builder functions(java.util.List<? extends java.lang.Object> functions)
functions
- The functions in this version. This parameter is required.this
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
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
public CfnFunctionDefinitionVersion build()