public static interface Action.Builder extends CopyableBuilder<Action.Builder,Action>
Modifier and Type | Method and Description |
---|---|
Action.Builder |
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
Action.Builder |
type(ActionTypeEnum type)
The type of action.
|
Action.Builder |
type(String type)
The type of action.
|
copy
applyMutation, build
Action.Builder type(String type)
The type of action.
type
- The type of action.ActionTypeEnum
,
ActionTypeEnum
Action.Builder type(ActionTypeEnum type)
The type of action.
type
- The type of action.ActionTypeEnum
,
ActionTypeEnum
Action.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.