@Stability(value=Stable) public static final class CfnComponentVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion>
CfnComponentVersion.| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersion |
build() |
static CfnComponentVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnComponentVersion.Builder |
inlineRecipe(String inlineRecipe)
`AWS::GreengrassV2::ComponentVersion.InlineRecipe`.
|
CfnComponentVersion.Builder |
lambdaFunction(CfnComponentVersion.LambdaFunctionRecipeSourceProperty lambdaFunction)
`AWS::GreengrassV2::ComponentVersion.LambdaFunction`.
|
CfnComponentVersion.Builder |
lambdaFunction(IResolvable lambdaFunction)
`AWS::GreengrassV2::ComponentVersion.LambdaFunction`.
|
CfnComponentVersion.Builder |
tags(Map<String,String> tags)
`AWS::GreengrassV2::ComponentVersion.Tags`.
|
@Stability(value=Stable) public static CfnComponentVersion.Builder create(software.constructs.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.CfnComponentVersion.ComponentDependencyRequirementProperty.Builder.@Stability(value=Stable) public CfnComponentVersion.Builder inlineRecipe(String inlineRecipe)
inlineRecipe - `AWS::GreengrassV2::ComponentVersion.InlineRecipe`. This parameter is required.this@Stability(value=Stable) public CfnComponentVersion.Builder lambdaFunction(CfnComponentVersion.LambdaFunctionRecipeSourceProperty lambdaFunction)
lambdaFunction - `AWS::GreengrassV2::ComponentVersion.LambdaFunction`. This parameter is required.this@Stability(value=Stable) public CfnComponentVersion.Builder lambdaFunction(IResolvable lambdaFunction)
lambdaFunction - `AWS::GreengrassV2::ComponentVersion.LambdaFunction`. This parameter is required.this@Stability(value=Stable) public CfnComponentVersion.Builder tags(Map<String,String> tags)
tags - `AWS::GreengrassV2::ComponentVersion.Tags`. This parameter is required.this@Stability(value=Stable) public CfnComponentVersion build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion>Copyright © 2021. All rights reserved.