@Stability(value=Stable) public static final class CfnComponentVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersionProps>
CfnComponentVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersionProps |
build()
Builds the configured instance.
|
CfnComponentVersionProps.Builder |
inlineRecipe(String inlineRecipe)
Sets the value of
CfnComponentVersionProps.getInlineRecipe() |
CfnComponentVersionProps.Builder |
lambdaFunction(CfnComponentVersion.LambdaFunctionRecipeSourceProperty lambdaFunction)
Sets the value of
CfnComponentVersionProps.getLambdaFunction() |
CfnComponentVersionProps.Builder |
lambdaFunction(IResolvable lambdaFunction)
Sets the value of
CfnComponentVersionProps.getLambdaFunction() |
CfnComponentVersionProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnComponentVersionProps.getTags() |
@Stability(value=Stable) public CfnComponentVersionProps.Builder inlineRecipe(String inlineRecipe)
CfnComponentVersionProps.getInlineRecipe()inlineRecipe - `AWS::GreengrassV2::ComponentVersion.InlineRecipe`.this@Stability(value=Stable) public CfnComponentVersionProps.Builder lambdaFunction(CfnComponentVersion.LambdaFunctionRecipeSourceProperty lambdaFunction)
CfnComponentVersionProps.getLambdaFunction()lambdaFunction - `AWS::GreengrassV2::ComponentVersion.LambdaFunction`.this@Stability(value=Stable) public CfnComponentVersionProps.Builder lambdaFunction(IResolvable lambdaFunction)
CfnComponentVersionProps.getLambdaFunction()lambdaFunction - `AWS::GreengrassV2::ComponentVersion.LambdaFunction`.this@Stability(value=Stable) public CfnComponentVersionProps.Builder tags(Map<String,String> tags)
CfnComponentVersionProps.getTags()tags - `AWS::GreengrassV2::ComponentVersion.Tags`.this@Stability(value=Stable) public CfnComponentVersionProps build()
build in interface software.amazon.jsii.Builder<CfnComponentVersionProps>CfnComponentVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.