public static interface WeightedTarget.Builder extends SdkPojo, CopyableBuilder<WeightedTarget.Builder,WeightedTarget>
| Modifier and Type | Method and Description |
|---|---|
WeightedTarget.Builder |
port(Integer port)
The targeted port of the weighted object.
|
WeightedTarget.Builder |
virtualNode(String virtualNode)
The virtual node to associate with the weighted target.
|
WeightedTarget.Builder |
weight(Integer weight)
The relative weight of the weighted target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWeightedTarget.Builder port(Integer port)
The targeted port of the weighted object.
port - The targeted port of the weighted object.WeightedTarget.Builder virtualNode(String virtualNode)
The virtual node to associate with the weighted target.
virtualNode - The virtual node to associate with the weighted target.WeightedTarget.Builder weight(Integer weight)
The relative weight of the weighted target.
weight - The relative weight of the weighted target.Copyright © 2023. All rights reserved.