@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApacheKafkaClusterDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the Apache Kafka cluster to which the connector is connected.
Constructor and Description |
---|
ApacheKafkaClusterDescription() |
Modifier and Type | Method and Description |
---|---|
ApacheKafkaClusterDescription |
clone() |
boolean |
equals(Object obj) |
String |
getBootstrapServers()
The bootstrap servers of the cluster.
|
VpcDescription |
getVpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
|
void |
setVpc(VpcDescription vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
String |
toString()
Returns a string representation of this object.
|
ApacheKafkaClusterDescription |
withBootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
|
ApacheKafkaClusterDescription |
withVpc(VpcDescription vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
public void setBootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
bootstrapServers
- The bootstrap servers of the cluster.public String getBootstrapServers()
The bootstrap servers of the cluster.
public ApacheKafkaClusterDescription withBootstrapServers(String bootstrapServers)
The bootstrap servers of the cluster.
bootstrapServers
- The bootstrap servers of the cluster.public void setVpc(VpcDescription vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
vpc
- Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.public VpcDescription getVpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
public ApacheKafkaClusterDescription withVpc(VpcDescription vpc)
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
vpc
- Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.public String toString()
toString
in class Object
Object.toString()
public ApacheKafkaClusterDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.