public static interface WeightedTarget.Builder extends SdkPojo, CopyableBuilder<WeightedTarget.Builder,WeightedTarget>
Modifier and Type | Method and Description |
---|---|
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.
|
copy
applyMutation, build
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.