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 ConsumerGroupReplication

    • Constructor Detail

      • ConsumerGroupReplication

        public ConsumerGroupReplication()
    • Method Detail

      • getConsumerGroupsToExclude

        public List<String> getConsumerGroupsToExclude()

        List of regular expression patterns indicating the consumer groups that should not be replicated.

        Returns:
        List of regular expression patterns indicating the consumer groups that should not be replicated.
      • setConsumerGroupsToExclude

        public void setConsumerGroupsToExclude(Collection<String> consumerGroupsToExclude)

        List of regular expression patterns indicating the consumer groups that should not be replicated.

        Parameters:
        consumerGroupsToExclude - List of regular expression patterns indicating the consumer groups that should not be replicated.
      • withConsumerGroupsToExclude

        public ConsumerGroupReplication withConsumerGroupsToExclude(String... consumerGroupsToExclude)

        List of regular expression patterns indicating the consumer groups that should not be replicated.

        NOTE: This method appends the values to the existing list (if any). Use setConsumerGroupsToExclude(java.util.Collection) or withConsumerGroupsToExclude(java.util.Collection) if you want to override the existing values.

        Parameters:
        consumerGroupsToExclude - List of regular expression patterns indicating the consumer groups that should not be replicated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withConsumerGroupsToExclude

        public ConsumerGroupReplication withConsumerGroupsToExclude(Collection<String> consumerGroupsToExclude)

        List of regular expression patterns indicating the consumer groups that should not be replicated.

        Parameters:
        consumerGroupsToExclude - List of regular expression patterns indicating the consumer groups that should not be replicated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getConsumerGroupsToReplicate

        public List<String> getConsumerGroupsToReplicate()

        List of regular expression patterns indicating the consumer groups to copy.

        Returns:
        List of regular expression patterns indicating the consumer groups to copy.
      • setConsumerGroupsToReplicate

        public void setConsumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)

        List of regular expression patterns indicating the consumer groups to copy.

        Parameters:
        consumerGroupsToReplicate - List of regular expression patterns indicating the consumer groups to copy.
      • withConsumerGroupsToReplicate

        public ConsumerGroupReplication withConsumerGroupsToReplicate(Collection<String> consumerGroupsToReplicate)

        List of regular expression patterns indicating the consumer groups to copy.

        Parameters:
        consumerGroupsToReplicate - List of regular expression patterns indicating the consumer groups to copy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDetectAndCopyNewConsumerGroups

        public void setDetectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)

        Enables synchronization of consumer groups to target cluster.

        Parameters:
        detectAndCopyNewConsumerGroups - Enables synchronization of consumer groups to target cluster.
      • getDetectAndCopyNewConsumerGroups

        public Boolean getDetectAndCopyNewConsumerGroups()

        Enables synchronization of consumer groups to target cluster.

        Returns:
        Enables synchronization of consumer groups to target cluster.
      • withDetectAndCopyNewConsumerGroups

        public ConsumerGroupReplication withDetectAndCopyNewConsumerGroups(Boolean detectAndCopyNewConsumerGroups)

        Enables synchronization of consumer groups to target cluster.

        Parameters:
        detectAndCopyNewConsumerGroups - Enables synchronization of consumer groups to target cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDetectAndCopyNewConsumerGroups

        public Boolean isDetectAndCopyNewConsumerGroups()

        Enables synchronization of consumer groups to target cluster.

        Returns:
        Enables synchronization of consumer groups to target cluster.
      • setSynchroniseConsumerGroupOffsets

        public void setSynchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)

        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

        Parameters:
        synchroniseConsumerGroupOffsets - Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
      • getSynchroniseConsumerGroupOffsets

        public Boolean getSynchroniseConsumerGroupOffsets()

        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

        Returns:
        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
      • withSynchroniseConsumerGroupOffsets

        public ConsumerGroupReplication withSynchroniseConsumerGroupOffsets(Boolean synchroniseConsumerGroupOffsets)

        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

        Parameters:
        synchroniseConsumerGroupOffsets - Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSynchroniseConsumerGroupOffsets

        public Boolean isSynchroniseConsumerGroupOffsets()

        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

        Returns:
        Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
      • 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 によって変換されたページ (->オリジナル) /