Class KafkaClusterDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.KafkaClusterDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KafkaClusterDescription.Builder,KafkaClusterDescription>
@Generated("software.amazon.awssdk:codegen") public final class KafkaClusterDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KafkaClusterDescription.Builder,KafkaClusterDescription>
Information about Kafka Cluster used as source / target for replication.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKafkaClusterDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonMskClusteramazonMskCluster()Details of an Amazon MSK Cluster.static KafkaClusterDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkafkaClusterAlias()The alias of the Kafka cluster.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KafkaClusterDescription.Builder>serializableBuilderClass()KafkaClusterDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.KafkaClusterClientVpcConfigvpcConfig()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
-
amazonMskCluster
public final AmazonMskCluster amazonMskCluster()
Details of an Amazon MSK Cluster.
- Returns:
- Details of an Amazon MSK Cluster.
-
kafkaClusterAlias
public final String kafkaClusterAlias()
The alias of the Kafka cluster. Used to prefix names of replicated topics.
- Returns:
- The alias of the Kafka cluster. Used to prefix names of replicated topics.
-
vpcConfig
public final KafkaClusterClientVpcConfig vpcConfig()
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 KafkaClusterDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KafkaClusterDescription.Builder,KafkaClusterDescription>
-
builder
public static KafkaClusterDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends KafkaClusterDescription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-