public static final class AggregateDNSForwarderStatistics.Builder
extends java.lang.Object
AggregateDNSForwarderStatistics
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
AggregateDNSForwarderStatistics . |
Modifier and Type | Method and Description |
---|---|
AggregateDNSForwarderStatistics |
build() |
AggregateDNSForwarderStatistics.Builder |
setIntentPath(java.lang.String intentPath)
String path of the DNS forwarder intent.
|
AggregateDNSForwarderStatistics.Builder |
setStatisticsPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> statisticsPerEnforcementPoint)
List of DNS forwarder statistics per enforcement point.
|
public Builder()
AggregateDNSForwarderStatistics
.public AggregateDNSForwarderStatistics.Builder setIntentPath(java.lang.String intentPath)
intentPath
- New value for the property.public AggregateDNSForwarderStatistics.Builder setStatisticsPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> statisticsPerEnforcementPoint)
statisticsPerEnforcementPoint
- 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 DNSForwarderStatisticsPerEnforcementPoint
. When
methods return a value of this class as a return value, the property will
contain all the properties defined in DNSForwarderStatisticsPerEnforcementPoint
.public AggregateDNSForwarderStatistics build()