Interface ApacheKafkaCluster.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApacheKafkaCluster.Builder,,ApacheKafkaCluster> SdkBuilder<ApacheKafkaCluster.Builder,,ApacheKafkaCluster> SdkPojo
- Enclosing class:
ApacheKafkaCluster
@Mutable
@NotThreadSafe
public static interface ApacheKafkaCluster.Builder
extends SdkPojo, CopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>
-
Method Summary
Modifier and TypeMethodDescriptionapacheKafkaClusterId(String apacheKafkaClusterId) The ID of the Apache Kafka cluster.bootstrapBrokerString(String bootstrapBrokerString) The bootstrap broker string of the Apache Kafka cluster.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, sdkFieldNameToField, sdkFields
-
Method Details
-
apacheKafkaClusterId
The ID of the Apache Kafka cluster.
- Parameters:
apacheKafkaClusterId- The ID of the Apache Kafka cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bootstrapBrokerString
The bootstrap broker string of the Apache Kafka cluster.
- Parameters:
bootstrapBrokerString- The bootstrap broker string of the Apache Kafka cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-