public static final class AggregateLBServiceStatistics.Builder
extends java.lang.Object
AggregateLBServiceStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AggregateLBServiceStatistics. |
| Modifier and Type | Method and Description |
|---|---|
AggregateLBServiceStatistics |
build() |
AggregateLBServiceStatistics.Builder |
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.
|
AggregateLBServiceStatistics.Builder |
setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
LBServiceStatisticsPerEP list results.
|
public Builder()
AggregateLBServiceStatistics.public AggregateLBServiceStatistics.Builder setIntentPath(java.lang.String intentPath)
intentPath - New value for the property.public AggregateLBServiceStatistics.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
results - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in LBServiceStatisticsPerEP. When methods return a
value of this class as a return value, the property will contain all the
properties defined in LBServiceStatisticsPerEP.public AggregateLBServiceStatistics build()