@Generated(value="software.amazon.awssdk:codegen") public final class Recipes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recipes.Builder,Recipes>
AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy,
undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each
event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom
event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a
particular layer to be run in response to each of the five events.
To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Recipes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Recipes.Builder |
builder() |
List<String> |
configure()
An array of custom recipe names to be run following a
configure event. |
List<String> |
deploy()
An array of custom recipe names to be run following a
deploy event. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfigure()
For responses, this returns true if the service returned a value for the Configure property.
|
boolean |
hasDeploy()
For responses, this returns true if the service returned a value for the Deploy property.
|
int |
hashCode() |
boolean |
hasSetup()
For responses, this returns true if the service returned a value for the Setup property.
|
boolean |
hasShutdown()
For responses, this returns true if the service returned a value for the Shutdown property.
|
boolean |
hasUndeploy()
For responses, this returns true if the service returned a value for the Undeploy property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Recipes.Builder> |
serializableBuilderClass() |
List<String> |
setup()
An array of custom recipe names to be run following a
setup event. |
List<String> |
shutdown()
An array of custom recipe names to be run following a
shutdown event. |
Recipes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
undeploy()
An array of custom recipe names to be run following a
undeploy event. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasSetup()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> setup()
An array of custom recipe names to be run following a setup event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSetup() method.
setup event.public final boolean hasConfigure()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> configure()
An array of custom recipe names to be run following a configure event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConfigure() method.
configure event.public final boolean hasDeploy()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> deploy()
An array of custom recipe names to be run following a deploy event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDeploy() method.
deploy event.public final boolean hasUndeploy()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> undeploy()
An array of custom recipe names to be run following a undeploy event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUndeploy() method.
undeploy event.public final boolean hasShutdown()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> shutdown()
An array of custom recipe names to be run following a shutdown event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasShutdown() method.
shutdown event.public Recipes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Recipes.Builder,Recipes>public static Recipes.Builder builder()
public static Class<? extends Recipes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.