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