CopyableBuilder<Action.Builder,Action>, SdkBuilder<Action.Builder,Action>public static interface Action.Builder extends CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method | Description |
|---|---|---|
Action.Builder |
targetGroupArn(String targetGroupArn) |
The Amazon Resource Name (ARN) of the target group.
|
Action.Builder |
type(String type) |
The type of action.
|
Action.Builder |
type(ActionTypeEnum type) |
The type of action.
|
copyapply, buildAction.Builder type(String type)
The type of action.
type - The type of action.ActionTypeEnumAction.Builder type(ActionTypeEnum type)
The type of action.
type - The type of action.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.