public static final class GlobalCollectorConfig.Builder
extends java.lang.Object
GlobalCollectorConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
GlobalCollectorConfig. |
| Modifier and Type | Method and 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.
|
public Builder()
GlobalCollectorConfig.public GlobalCollectorConfig.Builder setCollectorIp(java.lang.String collectorIp)
collectorIp - New value for the property.public GlobalCollectorConfig.Builder setCollectorPort(java.lang.Long collectorPort)
collectorPort - New value for the property.public GlobalCollectorConfig build()