Interface RecipeAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecipeAction.Builder,
,RecipeAction> SdkBuilder<RecipeAction.Builder,
,RecipeAction> SdkPojo
- Enclosing class:
RecipeAction
@Mutable
@NotThreadSafe
public static interface RecipeAction.Builder
extends SdkPojo, CopyableBuilder<RecipeAction.Builder,RecipeAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe operation of the recipe action.parameters
(Map<String, String> parameters) The parameters of the recipe action.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
-
operation
The operation of the recipe action.
- Parameters:
operation
- The operation of the recipe action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters of the recipe action.
- Parameters:
parameters
- The parameters of the recipe action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-