Interface DescribeTopicResponse.Builder

  • Method Details

    • topicArn

      The Amazon Resource Name (ARN) of the topic.

      Parameters:
      topicArn -

      The Amazon Resource Name (ARN) of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • topicName

      DescribeTopicResponse.Builder topicName(String topicName)

      The Kafka topic name of the topic.

      Parameters:
      topicName -

      The Kafka topic name of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationFactor

      DescribeTopicResponse.Builder replicationFactor(Integer replicationFactor)

      The replication factor of the topic.

      Parameters:
      replicationFactor -

      The replication factor of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitionCount

      DescribeTopicResponse.Builder partitionCount(Integer partitionCount)

      The partition count of the topic.

      Parameters:
      partitionCount -

      The partition count of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configs

      Topic configurations encoded as a Base64 string.

      Parameters:
      configs -

      Topic configurations encoded as a Base64 string.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the topic.

      Parameters:
      status -

      The status of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the topic.

      Parameters:
      status -

      The status of the topic.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: