@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 - An array of custom recipe names to be run following a `configure` event.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder deploy(List<String> deploy)
CfnLayer.RecipesProperty.getDeploy()deploy - An array of custom recipe names to be run following a `deploy` event.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder setup(List<String> setup)
CfnLayer.RecipesProperty.getSetup()setup - An array of custom recipe names to be run following a `setup` event.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder shutdown(List<String> shutdown)
CfnLayer.RecipesProperty.getShutdown()shutdown - An array of custom recipe names to be run following a `shutdown` event.this@Stability(value=Stable) public CfnLayer.RecipesProperty.Builder undeploy(List<String> undeploy)
CfnLayer.RecipesProperty.getUndeploy()undeploy - An array of custom recipe names to be run following a `undeploy` event.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 © 2022. All rights reserved.