BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.attachedENIId(String attachedENIId) |
The attached elastic network interface of the broker.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.brokerId(Double brokerId) |
The ID of the broker.
|
static BrokerNodeInfo.Builder |
BrokerNodeInfo.builder() |
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.clientSubnet(String clientSubnet) |
The client subnet to which this broker node belongs.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.clientVpcIpAddress(String clientVpcIpAddress) |
The virtual private cloud (VPC) of the client.
|
default BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo) |
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo) |
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.endpoints(String... endpoints) |
Endpoints for accessing the broker.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.endpoints(Collection<String> endpoints) |
Endpoints for accessing the broker.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.toBuilder() |
|