| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static BrokerSoftwareInfo.Builder |
BrokerSoftwareInfo.builder() |
BrokerSoftwareInfo.Builder |
BrokerSoftwareInfo.Builder.configurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster.
|
BrokerSoftwareInfo.Builder |
BrokerSoftwareInfo.Builder.configurationRevision(Long configurationRevision)
The revision of the configuration to use.
|
BrokerSoftwareInfo.Builder |
BrokerSoftwareInfo.Builder.kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
|
BrokerSoftwareInfo.Builder |
BrokerSoftwareInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BrokerSoftwareInfo.Builder> |
BrokerSoftwareInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Provisioned.Builder |
Provisioned.Builder.currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo)
Information about the Apache Kafka version deployed on the brokers.
|
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.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
Copyright © 2023. All rights reserved.