public static interface ActionTarget.Builder extends SdkPojo, CopyableBuilder<ActionTarget.Builder,ActionTarget>
| Modifier and Type | Method and Description |
|---|---|
ActionTarget.Builder |
actionTargetArn(String actionTargetArn)
The ARN for the target action.
|
ActionTarget.Builder |
description(String description)
The description of the target action.
|
ActionTarget.Builder |
name(String name)
The name of the action target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTarget.Builder actionTargetArn(String actionTargetArn)
The ARN for the target action.
actionTargetArn - The ARN for the target action.ActionTarget.Builder name(String name)
The name of the action target.
name - The name of the action target.ActionTarget.Builder description(String description)
The description of the target action.
description - The description of the target action.Copyright © 2023. All rights reserved.