Class ApacheKafkaClusterDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.ApacheKafkaClusterDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApacheKafkaClusterDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbootstrapServers()The bootstrap servers of the cluster.static ApacheKafkaClusterDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ApacheKafkaClusterDescription.Builder>serializableBuilderClass()ApacheKafkaClusterDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcDescriptionvpc()Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bootstrapServers
public final String bootstrapServers()
The bootstrap servers of the cluster.
- Returns:
- The bootstrap servers of the cluster.
-
vpc
public final VpcDescription vpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
- Returns:
- Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
-
toBuilder
public ApacheKafkaClusterDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription>
-
builder
public static ApacheKafkaClusterDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApacheKafkaClusterDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-