@Stability(value=Stable) public static final class CfnRecipe.RecipeStepProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRecipe.RecipeStepProperty>
CfnRecipe.RecipeStepProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecipe.RecipeStepProperty.Builder |
action(CfnRecipe.ActionProperty action)
Sets the value of
CfnRecipe.RecipeStepProperty.getAction() |
CfnRecipe.RecipeStepProperty.Builder |
action(IResolvable action)
Sets the value of
CfnRecipe.RecipeStepProperty.getAction() |
CfnRecipe.RecipeStepProperty |
build()
Builds the configured instance.
|
CfnRecipe.RecipeStepProperty.Builder |
conditionExpressions(IResolvable conditionExpressions)
Sets the value of
CfnRecipe.RecipeStepProperty.getConditionExpressions() |
CfnRecipe.RecipeStepProperty.Builder |
conditionExpressions(List<? extends Object> conditionExpressions)
Sets the value of
CfnRecipe.RecipeStepProperty.getConditionExpressions() |
@Stability(value=Stable) public CfnRecipe.RecipeStepProperty.Builder action(CfnRecipe.ActionProperty action)
CfnRecipe.RecipeStepProperty.getAction()action - The particular action to be performed in the recipe step. This parameter is required.this@Stability(value=Stable) public CfnRecipe.RecipeStepProperty.Builder action(IResolvable action)
CfnRecipe.RecipeStepProperty.getAction()action - The particular action to be performed in the recipe step. This parameter is required.this@Stability(value=Stable) public CfnRecipe.RecipeStepProperty.Builder conditionExpressions(IResolvable conditionExpressions)
CfnRecipe.RecipeStepProperty.getConditionExpressions()conditionExpressions - One or more conditions that must be met for the recipe step to succeed.
All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.
this@Stability(value=Stable) public CfnRecipe.RecipeStepProperty.Builder conditionExpressions(List<? extends Object> conditionExpressions)
CfnRecipe.RecipeStepProperty.getConditionExpressions()conditionExpressions - One or more conditions that must be met for the recipe step to succeed.
All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation.
this@Stability(value=Stable) public CfnRecipe.RecipeStepProperty build()
build in interface software.amazon.jsii.Builder<CfnRecipe.RecipeStepProperty>CfnRecipe.RecipeStepPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.