Interface ActionTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ActionTarget.Builder,,ActionTarget> SdkBuilder<ActionTarget.Builder,,ActionTarget> SdkPojo
- Enclosing class:
 ActionTarget
public static interface ActionTarget.Builder
extends SdkPojo, CopyableBuilder<ActionTarget.Builder,ActionTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionactionTargetArn(String actionTargetArn) The ARN for the target action.description(String description) The description of the target action.The name of the action target.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
actionTargetArn
The ARN for the target action.
- Parameters:
 actionTargetArn- The ARN for the target action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the action target.
- Parameters:
 name- The name of the action target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the target action.
- Parameters:
 description- The description of the target action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -