Interface BrokerSoftwareInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrokerSoftwareInfo.Builder,
,BrokerSoftwareInfo> SdkBuilder<BrokerSoftwareInfo.Builder,
,BrokerSoftwareInfo> SdkPojo
- Enclosing class:
BrokerSoftwareInfo
@Mutable
@NotThreadSafe
public static interface BrokerSoftwareInfo.Builder
extends SdkPojo, CopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationArn
(String configurationArn) The Amazon Resource Name (ARN) of the configuration used for the cluster.configurationRevision
(Long configurationRevision) The revision of the configuration to use.kafkaVersion
(String kafkaVersion) The version of Apache Kafka.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configurationArn
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
- Parameters:
configurationArn
-The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRevision
The revision of the configuration to use. This field isn't visible in this preview release.
- Parameters:
configurationRevision
-The revision of the configuration to use. This field isn't visible in this preview release.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kafkaVersion
The version of Apache Kafka.
- Parameters:
kafkaVersion
-The version of Apache Kafka.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-