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.
|
copy
apply, build
Action.Builder type(String type)
The type of action.
type
- The type of action.ActionTypeEnum
Action.Builder type(ActionTypeEnum type)
The type of action.
type
- The type of action.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.