@Stability(value=Stable) public static final class CfnFunctionDefinitionVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinitionVersionProps>
CfnFunctionDefinitionVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinitionVersionProps |
build()
Builds the configured instance.
|
CfnFunctionDefinitionVersionProps.Builder |
defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
Sets the value of
CfnFunctionDefinitionVersionProps.getDefaultConfig() |
CfnFunctionDefinitionVersionProps.Builder |
defaultConfig(IResolvable defaultConfig)
Sets the value of
CfnFunctionDefinitionVersionProps.getDefaultConfig() |
CfnFunctionDefinitionVersionProps.Builder |
functionDefinitionId(String functionDefinitionId)
Sets the value of
CfnFunctionDefinitionVersionProps.getFunctionDefinitionId() |
CfnFunctionDefinitionVersionProps.Builder |
functions(IResolvable functions)
Sets the value of
CfnFunctionDefinitionVersionProps.getFunctions() |
CfnFunctionDefinitionVersionProps.Builder |
functions(List<? extends Object> functions)
Sets the value of
CfnFunctionDefinitionVersionProps.getFunctions() |
@Stability(value=Stable) public CfnFunctionDefinitionVersionProps.Builder functionDefinitionId(String functionDefinitionId)
CfnFunctionDefinitionVersionProps.getFunctionDefinitionId()functionDefinitionId - `AWS::Greengrass::FunctionDefinitionVersion.FunctionDefinitionId`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersionProps.Builder functions(IResolvable functions)
CfnFunctionDefinitionVersionProps.getFunctions()functions - `AWS::Greengrass::FunctionDefinitionVersion.Functions`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersionProps.Builder functions(List<? extends Object> functions)
CfnFunctionDefinitionVersionProps.getFunctions()functions - `AWS::Greengrass::FunctionDefinitionVersion.Functions`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersionProps.Builder defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
CfnFunctionDefinitionVersionProps.getDefaultConfig()defaultConfig - `AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`.this@Stability(value=Stable) public CfnFunctionDefinitionVersionProps.Builder defaultConfig(IResolvable defaultConfig)
CfnFunctionDefinitionVersionProps.getDefaultConfig()defaultConfig - `AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`.this@Stability(value=Stable) public CfnFunctionDefinitionVersionProps build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinitionVersionProps>CfnFunctionDefinitionVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.