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