Package com.vmware.nsx_policy.model
Class CommonAgentEndpointInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CommonAgentEndpointInfo.Builder
-
- Enclosing class:
- CommonAgentEndpointInfo
public static final class CommonAgentEndpointInfo.Builder extends java.lang.Object
Builder class forCommonAgentEndpointInfo
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofCommonAgentEndpointInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCommonAgentEndpointInfo
.
-
-
Method Detail
-
setAddress
public CommonAgentEndpointInfo.Builder setAddress(java.lang.String address)
The IP address or the full qualified domain name of Kafka broker/ingress. format: hostname-or-ip- Parameters:
address
- New value for the property.
-
setPort
public CommonAgentEndpointInfo.Builder setPort(java.lang.Long port)
The port number where the broker is listening to. format: int64- Parameters:
port
- New value for the property.
-
build
public CommonAgentEndpointInfo build()
-
-