@Stability(value=Stable) public static final class CfnLayer.RecipesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLayer.RecipesProperty>
CfnLayer.RecipesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLayer.RecipesProperty |
build()
Builds the configured instance.
|
CfnLayer.RecipesProperty.Builder |
configure(List<String> configure)
Sets the value of
CfnLayer.RecipesProperty.getConfigure() |
CfnLayer.RecipesProperty.Builder |
deploy(List<String> deploy)
Sets the value of
CfnLayer.RecipesProperty.getDeploy() |
CfnLayer.RecipesProperty.Builder |
setup(List<String> setup)
Sets the value of
CfnLayer.RecipesProperty.getSetup() |
CfnLayer.RecipesProperty.Builder |
shutdown(List<String> shutdown)
Sets the value of
CfnLayer.RecipesProperty.getShutdown() |
CfnLayer.RecipesProperty.Builder |
undeploy(List<String> undeploy)
Sets the value of
CfnLayer.RecipesProperty.getUndeploy() |
@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder configure(List<String> configure)
CfnLayer.RecipesProperty.getConfigure()configure - `CfnLayer.RecipesProperty.Configure`.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder deploy(List<String> deploy)
CfnLayer.RecipesProperty.getDeploy()deploy - `CfnLayer.RecipesProperty.Deploy`.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder setup(List<String> setup)
CfnLayer.RecipesProperty.getSetup()setup - `CfnLayer.RecipesProperty.Setup`.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder shutdown(List<String> shutdown)
CfnLayer.RecipesProperty.getShutdown()shutdown - `CfnLayer.RecipesProperty.Shutdown`.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder undeploy(List<String> undeploy)
CfnLayer.RecipesProperty.getUndeploy()undeploy - `CfnLayer.RecipesProperty.Undeploy`.this@Stability(value=Stable) public CfnLayer.RecipesProperty build()
build in interface software.amazon.jsii.Builder<CfnLayer.RecipesProperty>CfnLayer.RecipesPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.