Interface CfnReplicator.ApacheKafkaClusterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicator.ApacheKafkaClusterProperty.Jsii$Proxy
- Enclosing class:
CfnReplicator
@Stability(Stable)
public static interface CfnReplicator.ApacheKafkaClusterProperty
extends software.amazon.jsii.JsiiSerializable
Details of an Apache Kafka cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.msk.*;
ApacheKafkaClusterProperty apacheKafkaClusterProperty = ApacheKafkaClusterProperty.builder()
.apacheKafkaClusterId("apacheKafkaClusterId")
.bootstrapBrokerString("bootstrapBrokerString")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicator.ApacheKafkaClusterPropertystatic final classAn implementation forCfnReplicator.ApacheKafkaClusterProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID of the Apache Kafka cluster.The bootstrap broker string of the Apache Kafka cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApacheKafkaClusterId
The ID of the Apache Kafka cluster.- See Also:
-
getBootstrapBrokerString
The bootstrap broker string of the Apache Kafka cluster.- See Also:
-
builder
-