Interface TargetGroupTuple.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetGroupTuple.Builder,TargetGroupTuple>
,SdkBuilder<TargetGroupTuple.Builder,TargetGroupTuple>
,SdkPojo
- Enclosing class:
- TargetGroupTuple
public static interface TargetGroupTuple.Builder extends SdkPojo, CopyableBuilder<TargetGroupTuple.Builder,TargetGroupTuple>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetGroupTuple.Builder
targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.TargetGroupTuple.Builder
weight(Integer weight)
The weight.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
targetGroupArn
TargetGroupTuple.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
- Parameters:
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weight
TargetGroupTuple.Builder weight(Integer weight)
The weight. The range is 0 to 999.
- Parameters:
weight
- The weight. The range is 0 to 999.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-