public static interface BrokerSoftwareInfo.Builder extends SdkPojo, CopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
| Modifier and Type | Method and Description |
|---|---|
BrokerSoftwareInfo.Builder |
configurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster.
|
BrokerSoftwareInfo.Builder |
configurationRevision(Long configurationRevision)
The revision of the configuration to use.
|
BrokerSoftwareInfo.Builder |
kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrokerSoftwareInfo.Builder configurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
configurationArn - The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
BrokerSoftwareInfo.Builder configurationRevision(Long configurationRevision)
The revision of the configuration to use. This field isn't visible in this preview release.
configurationRevision - The revision of the configuration to use. This field isn't visible in this preview release.
BrokerSoftwareInfo.Builder kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
kafkaVersion - The version of Apache Kafka.
Copyright © 2023. All rights reserved.