@Generated(value="software.amazon.awssdk:codegen") public final class ApacheKafkaClusterDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription>
The description of the Apache Kafka cluster to which the connector is connected.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApacheKafkaClusterDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bootstrapServers()
The bootstrap servers of the cluster.
|
static ApacheKafkaClusterDescription.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 ApacheKafkaClusterDescription.Builder> |
serializableBuilderClass() |
ApacheKafkaClusterDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcDescription |
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 VpcDescription vpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
public ApacheKafkaClusterDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription>public static ApacheKafkaClusterDescription.Builder builder()
public static Class<? extends ApacheKafkaClusterDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.