| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeInfo |
BrokerNodeInfo.clone() |
BrokerNodeInfo |
NodeInfo.getBrokerNodeInfo()
The broker node info.
|
BrokerNodeInfo |
BrokerNodeInfo.withAttachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
|
BrokerNodeInfo |
BrokerNodeInfo.withBrokerId(Double brokerId)
The ID of the broker.
|
BrokerNodeInfo |
BrokerNodeInfo.withClientSubnet(String clientSubnet)
The client subnet to which this broker node belongs.
|
BrokerNodeInfo |
BrokerNodeInfo.withClientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) of the client.
|
BrokerNodeInfo |
BrokerNodeInfo.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerNodeInfo |
BrokerNodeInfo.withEndpoints(Collection<String> endpoints)
Endpoints for accessing the broker.
|
BrokerNodeInfo |
BrokerNodeInfo.withEndpoints(String... endpoints)
Endpoints for accessing the broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInfo.setBrokerNodeInfo(BrokerNodeInfo brokerNodeInfo)
The broker node info.
|
NodeInfo |
NodeInfo.withBrokerNodeInfo(BrokerNodeInfo brokerNodeInfo)
The broker node info.
|
Copyright © 2024. All rights reserved.