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 method that creates an instance of theTargetGroupTuple.Builder avoiding the
need to create one manually via
TargetGroupTuple.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #targetGroups(List.
targetGroups - a consumer that will call methods on
TargetGroupTuple.Builder#targetGroups(java.util.Collection) 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 method 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 © 2022. All rights reserved.