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 Details

    • 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.