Interface Action.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Action.Builder,,Action> SdkBuilder<Action.Builder,,Action> SdkPojo
- Enclosing class:
 Action
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description for the action.The ID of the action.parameters(Map<String, ActionParameter> parameters) The action parameters, if applicable.The tags for the action.targets(Map<String, ActionTarget> targets) The supported targets for the action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
id
The ID of the action.
- Parameters:
 id- The ID of the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description for the action.
- Parameters:
 description- The description for the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The action parameters, if applicable.
- Parameters:
 parameters- The action parameters, if applicable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targets
The supported targets for the action.
- Parameters:
 targets- The supported targets for the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags for the action.
- Parameters:
 tags- The tags for the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -