| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static Recipes.Builder |
Recipes.builder() |
Recipes.Builder |
Recipes.Builder.configure(Collection<String> configure)
An array of custom recipe names to be run following a
configure event. |
Recipes.Builder |
Recipes.Builder.configure(String... configure)
An array of custom recipe names to be run following a
configure event. |
Recipes.Builder |
Recipes.Builder.deploy(Collection<String> deploy)
An array of custom recipe names to be run following a
deploy event. |
Recipes.Builder |
Recipes.Builder.deploy(String... deploy)
An array of custom recipe names to be run following a
deploy event. |
Recipes.Builder |
Recipes.Builder.setup(Collection<String> setup)
An array of custom recipe names to be run following a
setup event. |
Recipes.Builder |
Recipes.Builder.setup(String... setup)
An array of custom recipe names to be run following a
setup event. |
Recipes.Builder |
Recipes.Builder.shutdown(Collection<String> shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes.Builder |
Recipes.Builder.shutdown(String... shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes.Builder |
Recipes.toBuilder() |
Recipes.Builder |
Recipes.Builder.undeploy(Collection<String> undeploy)
An array of custom recipe names to be run following a
undeploy event. |
Recipes.Builder |
Recipes.Builder.undeploy(String... undeploy)
An array of custom recipe names to be run following a
undeploy event. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Recipes.Builder> |
Recipes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLayerRequest.Builder |
UpdateLayerRequest.Builder.customRecipes(Consumer<Recipes.Builder> customRecipes)
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
default Layer.Builder |
Layer.Builder.customRecipes(Consumer<Recipes.Builder> customRecipes)
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
default CreateLayerRequest.Builder |
CreateLayerRequest.Builder.customRecipes(Consumer<Recipes.Builder> customRecipes)
A
LayerCustomRecipes object that specifies the layer custom recipes. |
default Layer.Builder |
Layer.Builder.defaultRecipes(Consumer<Recipes.Builder> defaultRecipes)
AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy,
undeploy, and shutdown.
|
Copyright © 2023. All rights reserved.