public static interface Recipes.Builder extends CopyableBuilder<Recipes.Builder,Recipes>
| Modifier and Type | Method and Description |
|---|---|
Recipes.Builder |
configure(Collection<String> configure)
An array of custom recipe names to be run following a
configure event. |
Recipes.Builder |
configure(String... configure)
An array of custom recipe names to be run following a
configure event. |
Recipes.Builder |
deploy(Collection<String> deploy)
An array of custom recipe names to be run following a
deploy event. |
Recipes.Builder |
deploy(String... deploy)
An array of custom recipe names to be run following a
deploy event. |
Recipes.Builder |
setup(Collection<String> setup)
An array of custom recipe names to be run following a
setup event. |
Recipes.Builder |
setup(String... setup)
An array of custom recipe names to be run following a
setup event. |
Recipes.Builder |
shutdown(Collection<String> shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes.Builder |
shutdown(String... shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes.Builder |
undeploy(Collection<String> undeploy)
An array of custom recipe names to be run following a
undeploy event. |
Recipes.Builder |
undeploy(String... undeploy)
An array of custom recipe names to be run following a
undeploy event. |
copyapply, buildRecipes.Builder setup(Collection<String> setup)
An array of custom recipe names to be run following a setup event.
setup - An array of custom recipe names to be run following a setup event.Recipes.Builder setup(String... setup)
An array of custom recipe names to be run following a setup event.
setup - An array of custom recipe names to be run following a setup event.Recipes.Builder configure(Collection<String> configure)
An array of custom recipe names to be run following a configure event.
configure - An array of custom recipe names to be run following a configure event.Recipes.Builder configure(String... configure)
An array of custom recipe names to be run following a configure event.
configure - An array of custom recipe names to be run following a configure event.Recipes.Builder deploy(Collection<String> deploy)
An array of custom recipe names to be run following a deploy event.
deploy - An array of custom recipe names to be run following a deploy event.Recipes.Builder deploy(String... deploy)
An array of custom recipe names to be run following a deploy event.
deploy - An array of custom recipe names to be run following a deploy event.Recipes.Builder undeploy(Collection<String> undeploy)
An array of custom recipe names to be run following a undeploy event.
undeploy - An array of custom recipe names to be run following a undeploy event.Recipes.Builder undeploy(String... undeploy)
An array of custom recipe names to be run following a undeploy event.
undeploy - An array of custom recipe names to be run following a undeploy event.Recipes.Builder shutdown(Collection<String> shutdown)
An array of custom recipe names to be run following a shutdown event.
shutdown - An array of custom recipe names to be run following a shutdown event.Recipes.Builder shutdown(String... shutdown)
An array of custom recipe names to be run following a shutdown event.
shutdown - An array of custom recipe names to be run following a shutdown event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.