@Stability(value=Stable) public static final class CfnFunctionDefinition.Builder extends Object implements software.amazon.jsii.Builder<CfnFunctionDefinition>
CfnFunctionDefinition.| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinition |
build() |
static CfnFunctionDefinition.Builder |
create(Construct scope,
String id) |
CfnFunctionDefinition.Builder |
initialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty initialVersion)
`AWS::Greengrass::FunctionDefinition.InitialVersion`.
|
CfnFunctionDefinition.Builder |
initialVersion(IResolvable initialVersion)
`AWS::Greengrass::FunctionDefinition.InitialVersion`.
|
CfnFunctionDefinition.Builder |
name(String name)
`AWS::Greengrass::FunctionDefinition.Name`.
|
CfnFunctionDefinition.Builder |
tags(Object tags)
`AWS::Greengrass::FunctionDefinition.Tags`.
|
@Stability(value=Stable) public static CfnFunctionDefinition.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.CfnFunctionDefinition.DefaultConfigProperty.Builder.@Stability(value=Stable) public CfnFunctionDefinition.Builder name(String name)
name - `AWS::Greengrass::FunctionDefinition.Name`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.Builder initialVersion(IResolvable initialVersion)
initialVersion - `AWS::Greengrass::FunctionDefinition.InitialVersion`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.Builder initialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty initialVersion)
initialVersion - `AWS::Greengrass::FunctionDefinition.InitialVersion`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition.Builder tags(Object tags)
tags - `AWS::Greengrass::FunctionDefinition.Tags`. This parameter is required.this@Stability(value=Stable) public CfnFunctionDefinition build()
build in interface software.amazon.jsii.Builder<CfnFunctionDefinition>Copyright © 2021. All rights reserved.