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 interface
KafkaClusterDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmazonMskCluster
amazonMskCluster()
Details of an Amazon MSK Cluster.static KafkaClusterDescription.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
kafkaClusterAlias()
The alias of the Kafka cluster.List<SdkField<?>>
sdkFields()
static Class<? extends KafkaClusterDescription.Builder>
serializableBuilderClass()
KafkaClusterDescription.Builder
toBuilder()
String
toString()
Returns a string representation of this object.KafkaClusterClientVpcConfig
vpcConfig()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-