Package com.vmware.nsx_policy.model
Class AggregateLBNodeUsageSummary.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregateLBNodeUsageSummary.Builder
-
- Enclosing class:
- AggregateLBNodeUsageSummary
public static final class AggregateLBNodeUsageSummary.Builder extends java.lang.Object
Builder class forAggregateLBNodeUsageSummary
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregateLBNodeUsageSummary
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateLBNodeUsageSummary
build()
AggregateLBNodeUsageSummary.Builder
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.AggregateLBNodeUsageSummary.Builder
setResults(java.util.List<LBNodeUsageSummary> results)
LBNodeUsageSummary list results.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregateLBNodeUsageSummary
.
-
-
Method Detail
-
setIntentPath
public AggregateLBNodeUsageSummary.Builder setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
intentPath
- New value for the property.
-
setResults
public AggregateLBNodeUsageSummary.Builder setResults(java.util.List<LBNodeUsageSummary> results)
LBNodeUsageSummary list results. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
results
- New value for the property.
-
build
public AggregateLBNodeUsageSummary build()
-
-