Interface Recipes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Recipes.Builder,
,Recipes> SdkBuilder<Recipes.Builder,
,Recipes> SdkPojo
- Enclosing class:
Recipes
@Mutable
@NotThreadSafe
public static interface Recipes.Builder
extends SdkPojo, CopyableBuilder<Recipes.Builder,Recipes>
-
Method Summary
Modifier and TypeMethodDescriptionAn array of custom recipe names to be run following aconfigure
event.configure
(Collection<String> configure) An array of custom recipe names to be run following aconfigure
event.An array of custom recipe names to be run following adeploy
event.deploy
(Collection<String> deploy) An array of custom recipe names to be run following adeploy
event.An array of custom recipe names to be run following asetup
event.setup
(Collection<String> setup) An array of custom recipe names to be run following asetup
event.An array of custom recipe names to be run following ashutdown
event.shutdown
(Collection<String> shutdown) An array of custom recipe names to be run following ashutdown
event.An array of custom recipe names to be run following aundeploy
event.undeploy
(Collection<String> undeploy) An array of custom recipe names to be run following aundeploy
event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
setup
An array of custom recipe names to be run following a
setup
event.- Parameters:
setup
- An array of custom recipe names to be run following asetup
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setup
An array of custom recipe names to be run following a
setup
event.- Parameters:
setup
- An array of custom recipe names to be run following asetup
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configure
An array of custom recipe names to be run following a
configure
event.- Parameters:
configure
- An array of custom recipe names to be run following aconfigure
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configure
An array of custom recipe names to be run following a
configure
event.- Parameters:
configure
- An array of custom recipe names to be run following aconfigure
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploy
An array of custom recipe names to be run following a
deploy
event.- Parameters:
deploy
- An array of custom recipe names to be run following adeploy
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploy
An array of custom recipe names to be run following a
deploy
event.- Parameters:
deploy
- An array of custom recipe names to be run following adeploy
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
undeploy
An array of custom recipe names to be run following a
undeploy
event.- Parameters:
undeploy
- An array of custom recipe names to be run following aundeploy
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
undeploy
An array of custom recipe names to be run following a
undeploy
event.- Parameters:
undeploy
- An array of custom recipe names to be run following aundeploy
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shutdown
An array of custom recipe names to be run following a
shutdown
event.- Parameters:
shutdown
- An array of custom recipe names to be run following ashutdown
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shutdown
An array of custom recipe names to be run following a
shutdown
event.- Parameters:
shutdown
- An array of custom recipe names to be run following ashutdown
event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-