public static interface ForwardActionConfig.Builder extends SdkPojo, CopyableBuilder<ForwardActionConfig.Builder,ForwardActionConfig>
| Modifier and Type | Method and Description |
|---|---|
ForwardActionConfig.Builder |
targetGroups(Collection<TargetGroupTuple> targetGroups)
One or more target groups.
|
ForwardActionConfig.Builder |
targetGroups(Consumer<TargetGroupTuple.Builder>... targetGroups)
One or more target groups.
|
ForwardActionConfig.Builder |
targetGroups(TargetGroupTuple... targetGroups)
One or more target groups.
|
default ForwardActionConfig.Builder |
targetGroupStickinessConfig(Consumer<TargetGroupStickinessConfig.Builder> targetGroupStickinessConfig)
The target group stickiness for the rule.
|
ForwardActionConfig.Builder |
targetGroupStickinessConfig(TargetGroupStickinessConfig targetGroupStickinessConfig)
The target group stickiness for the rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForwardActionConfig.Builder targetGroups(Collection<TargetGroupTuple> targetGroups)
One or more target groups. For Network Load Balancers, you can specify a single target group.
targetGroups - One or more target groups. For Network Load Balancers, you can specify a single target group.ForwardActionConfig.Builder targetGroups(TargetGroupTuple... targetGroups)
One or more target groups. For Network Load Balancers, you can specify a single target group.
targetGroups - One or more target groups. For Network Load Balancers, you can specify a single target group.ForwardActionConfig.Builder targetGroups(Consumer<TargetGroupTuple.Builder>... targetGroups)
One or more target groups. For Network Load Balancers, you can specify a single target group.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #targetGroups(List) .targetGroups - a consumer that will call methods on List.Builder #targetGroups(List) ForwardActionConfig.Builder targetGroupStickinessConfig(TargetGroupStickinessConfig targetGroupStickinessConfig)
The target group stickiness for the rule.
targetGroupStickinessConfig - The target group stickiness for the rule.default ForwardActionConfig.Builder targetGroupStickinessConfig(Consumer<TargetGroupStickinessConfig.Builder> targetGroupStickinessConfig)
The target group stickiness for the rule.
This is a convenience that creates an instance of theTargetGroupStickinessConfig.Builder avoiding
the need to create one manually via TargetGroupStickinessConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to targetGroupStickinessConfig(TargetGroupStickinessConfig).targetGroupStickinessConfig - a consumer that will call methods on TargetGroupStickinessConfig.BuildertargetGroupStickinessConfig(TargetGroupStickinessConfig)Copyright © 2020. All rights reserved.