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, sdkFields
copy
applyMutation, build
ActionTarget.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.