public static final class IntelligenceBrokerEndpointInfo.Builder
extends java.lang.Object
IntelligenceBrokerEndpointInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IntelligenceBrokerEndpointInfo. |
| Modifier and Type | Method and Description |
|---|---|
IntelligenceBrokerEndpointInfo |
build() |
IntelligenceBrokerEndpointInfo.Builder |
setAddress(java.lang.String address)
The IP address or the full qualified domain name of broker.
|
IntelligenceBrokerEndpointInfo.Builder |
setPort(java.lang.Long port)
The port number where the broker is listening to.
|
public Builder()
IntelligenceBrokerEndpointInfo.public IntelligenceBrokerEndpointInfo.Builder setAddress(java.lang.String address)
address - New value for the property.public IntelligenceBrokerEndpointInfo.Builder setPort(java.lang.Long port)
port - New value for the property.public IntelligenceBrokerEndpointInfo build()