Interface CompatibleKafkaVersion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CompatibleKafkaVersion.Builder,,CompatibleKafkaVersion> SdkBuilder<CompatibleKafkaVersion.Builder,,CompatibleKafkaVersion> SdkPojo
- Enclosing class:
 CompatibleKafkaVersion
public static interface CompatibleKafkaVersion.Builder
extends SdkPojo, CopyableBuilder<CompatibleKafkaVersion.Builder,CompatibleKafkaVersion> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourceVersion(String sourceVersion) An Apache Kafka version.targetVersions(String... targetVersions) A list of Apache Kafka versions.targetVersions(Collection<String> targetVersions) A list of Apache Kafka versions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourceVersion
An Apache Kafka version.
- Parameters:
 sourceVersion-An Apache Kafka version.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetVersions
A list of Apache Kafka versions.
- Parameters:
 targetVersions-A list of Apache Kafka versions.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetVersions
A list of Apache Kafka versions.
- Parameters:
 targetVersions-A list of Apache Kafka versions.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -