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.
|
copyapply, buildAction.Builder type(String type)
The type of action.
type - The type of action.ActionTypeEnum,
ActionTypeEnumAction.Builder type(ActionTypeEnum type)
The type of action.
type - The type of action.ActionTypeEnum,
ActionTypeEnumAction.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.