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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompatibleKafkaVersion.BuildersourceVersion(String sourceVersion)An Apache Kafka version.CompatibleKafkaVersion.BuildertargetVersions(String... targetVersions)A list of Apache Kafka versions.CompatibleKafkaVersion.BuildertargetVersions(Collection<String> targetVersions)A list of Apache Kafka versions.-
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 Detail
-
sourceVersion
CompatibleKafkaVersion.Builder sourceVersion(String 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
CompatibleKafkaVersion.Builder targetVersions(Collection<String> 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
CompatibleKafkaVersion.Builder targetVersions(String... 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.
-
-