| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
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.endpoints(Collection<String> endpoints)
Endpoints for accessing the broker.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.endpoints(String... endpoints)
Endpoints for accessing the broker.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BrokerNodeInfo.Builder> |
BrokerNodeInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NodeInfo.Builder |
NodeInfo.Builder.brokerNodeInfo(Consumer<BrokerNodeInfo.Builder> brokerNodeInfo)
The broker node info.
|
Copyright © 2023. All rights reserved.