Uses of Interface
software.amazon.awssdk.services.kafka.model.BrokerSoftwareInfo.Builder
-
Packages that use BrokerSoftwareInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of BrokerSoftwareInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return BrokerSoftwareInfo.Builder Modifier and Type Method Description static BrokerSoftwareInfo.BuilderBrokerSoftwareInfo. builder()BrokerSoftwareInfo.BuilderBrokerSoftwareInfo.Builder. configurationArn(String configurationArn)The Amazon Resource Name (ARN) of the configuration used for the cluster.BrokerSoftwareInfo.BuilderBrokerSoftwareInfo.Builder. configurationRevision(Long configurationRevision)The revision of the configuration to use.BrokerSoftwareInfo.BuilderBrokerSoftwareInfo.Builder. kafkaVersion(String kafkaVersion)The version of Apache Kafka.BrokerSoftwareInfo.BuilderBrokerSoftwareInfo. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type BrokerSoftwareInfo.Builder Modifier and Type Method Description static Class<? extends BrokerSoftwareInfo.Builder>BrokerSoftwareInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type BrokerSoftwareInfo.Builder Modifier and Type Method Description default BrokerNodeInfo.BuilderBrokerNodeInfo.Builder. currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo)Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.default ClusterInfo.BuilderClusterInfo.Builder. currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo)Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.default Provisioned.BuilderProvisioned.Builder. currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo)Information about the Apache Kafka version deployed on the brokers.
-