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(String configurationRevision)
The revision of the configuration to use.
|
BrokerSoftwareInfo.Builder |
kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
|
copy
applyMutation, build
BrokerSoftwareInfo.Builder configurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster.
configurationArn
- The Amazon Resource Name (ARN) of the configuration used for the cluster.BrokerSoftwareInfo.Builder configurationRevision(String configurationRevision)
The revision of the configuration to use.
configurationRevision
- The revision of the configuration to use.BrokerSoftwareInfo.Builder kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
kafkaVersion
- The version of Apache Kafka.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.