Package com.vmware.nsx_policy.model
Class GlobalCollectorConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GlobalCollectorConfig.Builder
-
- Enclosing class:
- GlobalCollectorConfig
public static final class GlobalCollectorConfig.Builder extends java.lang.Object
Builder class forGlobalCollectorConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofGlobalCollectorConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalCollectorConfig
build()
GlobalCollectorConfig.Builder
setCollectorIp(java.lang.String collectorIp)
IP address for the global collector.GlobalCollectorConfig.Builder
setCollectorPort(java.lang.Long collectorPort)
Port for the global collector.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGlobalCollectorConfig
.
-
-
Method Detail
-
setCollectorIp
public GlobalCollectorConfig.Builder setCollectorIp(java.lang.String collectorIp)
IP address for the global collector. format: ip- Parameters:
collectorIp
- New value for the property.
-
setCollectorPort
public GlobalCollectorConfig.Builder setCollectorPort(java.lang.Long collectorPort)
Port for the global collector. format: int32- Parameters:
collectorPort
- New value for the property.
-
build
public GlobalCollectorConfig build()
-
-