JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafka.model

Class ReplicationInfoDescription

    • Constructor Detail

      • ReplicationInfoDescription

        public ReplicationInfoDescription()
    • Method Detail

      • setConsumerGroupReplication

        public void setConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)

        Configuration relating to consumer group replication.

        Parameters:
        consumerGroupReplication - Configuration relating to consumer group replication.
      • getConsumerGroupReplication

        public ConsumerGroupReplication getConsumerGroupReplication()

        Configuration relating to consumer group replication.

        Returns:
        Configuration relating to consumer group replication.
      • withConsumerGroupReplication

        public ReplicationInfoDescription withConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)

        Configuration relating to consumer group replication.

        Parameters:
        consumerGroupReplication - Configuration relating to consumer group replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceKafkaClusterAlias

        public void setSourceKafkaClusterAlias(String sourceKafkaClusterAlias)

        The alias of the source Kafka cluster.

        Parameters:
        sourceKafkaClusterAlias - The alias of the source Kafka cluster.
      • getSourceKafkaClusterAlias

        public String getSourceKafkaClusterAlias()

        The alias of the source Kafka cluster.

        Returns:
        The alias of the source Kafka cluster.
      • withSourceKafkaClusterAlias

        public ReplicationInfoDescription withSourceKafkaClusterAlias(String sourceKafkaClusterAlias)

        The alias of the source Kafka cluster.

        Parameters:
        sourceKafkaClusterAlias - The alias of the source Kafka cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTargetCompressionType

        public void setTargetCompressionType(String targetCompressionType)

        The compression type to use when producing records to target cluster.

        Parameters:
        targetCompressionType - The compression type to use when producing records to target cluster.
        See Also:
        TargetCompressionType
      • getTargetCompressionType

        public String getTargetCompressionType()

        The compression type to use when producing records to target cluster.

        Returns:
        The compression type to use when producing records to target cluster.
        See Also:
        TargetCompressionType
      • withTargetCompressionType

        public ReplicationInfoDescription withTargetCompressionType(String targetCompressionType)

        The compression type to use when producing records to target cluster.

        Parameters:
        targetCompressionType - The compression type to use when producing records to target cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetCompressionType
      • withTargetCompressionType

        public ReplicationInfoDescription withTargetCompressionType(TargetCompressionType targetCompressionType)

        The compression type to use when producing records to target cluster.

        Parameters:
        targetCompressionType - The compression type to use when producing records to target cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TargetCompressionType
      • setTargetKafkaClusterAlias

        public void setTargetKafkaClusterAlias(String targetKafkaClusterAlias)

        The alias of the target Kafka cluster.

        Parameters:
        targetKafkaClusterAlias - The alias of the target Kafka cluster.
      • getTargetKafkaClusterAlias

        public String getTargetKafkaClusterAlias()

        The alias of the target Kafka cluster.

        Returns:
        The alias of the target Kafka cluster.
      • withTargetKafkaClusterAlias

        public ReplicationInfoDescription withTargetKafkaClusterAlias(String targetKafkaClusterAlias)

        The alias of the target Kafka cluster.

        Parameters:
        targetKafkaClusterAlias - The alias of the target Kafka cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTopicReplication

        public void setTopicReplication(TopicReplication topicReplication)

        Configuration relating to topic replication.

        Parameters:
        topicReplication - Configuration relating to topic replication.
      • getTopicReplication

        public TopicReplication getTopicReplication()

        Configuration relating to topic replication.

        Returns:
        Configuration relating to topic replication.
      • withTopicReplication

        public ReplicationInfoDescription withTopicReplication(TopicReplication topicReplication)

        Configuration relating to topic replication.

        Parameters:
        topicReplication - Configuration relating to topic replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /