@Generated(value="software.amazon.awssdk:codegen") public final class ApacheKafkaCluster extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>
The details of the Apache Kafka cluster to which the connector is connected.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApacheKafkaCluster.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bootstrapServers()
The bootstrap servers of the cluster.
|
static ApacheKafkaCluster.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApacheKafkaCluster.Builder> |
serializableBuilderClass() |
ApacheKafkaCluster.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Vpc |
vpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bootstrapServers()
The bootstrap servers of the cluster.
public final Vpc vpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
public ApacheKafkaCluster.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApacheKafkaCluster.Builder,ApacheKafkaCluster>public static ApacheKafkaCluster.Builder builder()
public static Class<? extends ApacheKafkaCluster.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.