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
Modifier and TypeMethodDescriptiontargetGroupArn(String targetGroupArn) The Amazon Resource Name (ARN) of the target group.The weight.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -