Package com.vmware.nsx_policy.model
Class DNSForwarderStatisticsPerEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DNSForwarderStatisticsPerEnforcementPoint.Builder
-
- Enclosing class:
- DNSForwarderStatisticsPerEnforcementPoint
public static final class DNSForwarderStatisticsPerEnforcementPoint.Builder extends java.lang.Object
Builder class forDNSForwarderStatisticsPerEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofDNSForwarderStatisticsPerEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DNSForwarderStatisticsPerEnforcementPoint
build()
DNSForwarderStatisticsPerEnforcementPoint.Builder
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy path referencing the enforcement point from where the statistics are fetched.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDNSForwarderStatisticsPerEnforcementPoint
.
-
-
Method Detail
-
setEnforcementPointPath
public DNSForwarderStatisticsPerEnforcementPoint.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy path referencing the enforcement point from where the statistics are fetched. 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:
enforcementPointPath
- New value for the property.
-
build
public DNSForwarderStatisticsPerEnforcementPoint build()
-
-