@Stability(value=Stable) public static final class CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionDefinitionVersionProperty>
CfnFunctionDefinition.FunctionDefinitionVersionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinition.FunctionDefinitionVersionProperty |
build()
Builds the configured instance.
|
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
defaultConfig(CfnFunctionDefinition.DefaultConfigProperty defaultConfig)
|
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
defaultConfig(IResolvable defaultConfig)
|
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
functions(IResolvable functions)
Sets the value of
CfnFunctionDefinition.FunctionDefinitionVersionProperty.getFunctions() |
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
functions(List<? extends Object> functions)
Sets the value of
CfnFunctionDefinition.FunctionDefinitionVersionProperty.getFunctions() |
@Stability(value=Stable) public CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder functions(IResolvable functions)
CfnFunctionDefinition.FunctionDefinitionVersionProperty.getFunctions()functions - The functions in this version. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder functions(List<? extends Object> functions)
CfnFunctionDefinition.FunctionDefinitionVersionProperty.getFunctions()functions - The functions in this version. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder defaultConfig(CfnFunctionDefinition.DefaultConfigProperty defaultConfig)
defaultConfig - The default configuration that applies to all Lambda functions in the group.
Individual Lambda functions can override these settings.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder defaultConfig(IResolvable defaultConfig)
defaultConfig - The default configuration that applies to all Lambda functions in the group.
Individual Lambda functions can override these settings.this@Stability(value=Stable) public CfnFunctionDefinition.FunctionDefinitionVersionProperty build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinition.FunctionDefinitionVersionProperty>CfnFunctionDefinition.FunctionDefinitionVersionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.