@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)
`AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`.
|
CfnFunctionDefinitionVersion.Builder |
defaultConfig(IResolvable defaultConfig)
`AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`.
|
CfnFunctionDefinitionVersion.Builder |
functionDefinitionId(String functionDefinitionId)
`AWS::Greengrass::FunctionDefinitionVersion.FunctionDefinitionId`.
|
CfnFunctionDefinitionVersion.Builder |
functions(IResolvable functions)
`AWS::Greengrass::FunctionDefinitionVersion.Functions`.
|
CfnFunctionDefinitionVersion.Builder |
functions(List<? extends Object> functions)
`AWS::Greengrass::FunctionDefinitionVersion.Functions`.
|
@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)
functionDefinitionId - `AWS::Greengrass::FunctionDefinitionVersion.FunctionDefinitionId`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder functions(IResolvable functions)
functions - `AWS::Greengrass::FunctionDefinitionVersion.Functions`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder functions(List<? extends Object> functions)
functions - `AWS::Greengrass::FunctionDefinitionVersion.Functions`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder defaultConfig(IResolvable defaultConfig)
defaultConfig - `AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion.Builder defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
defaultConfig - `AWS::Greengrass::FunctionDefinitionVersion.DefaultConfig`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinitionVersion build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinitionVersion>Copyright © 2021. All rights reserved.