Interface DescribeTopicResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTopicResponse.Builder,,DescribeTopicResponse> KafkaResponse.Builder,SdkBuilder<DescribeTopicResponse.Builder,,DescribeTopicResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeTopicResponse
@Mutable
@NotThreadSafe
public static interface DescribeTopicResponse.Builder
extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicResponse.Builder,DescribeTopicResponse>
-
Method Summary
Modifier and TypeMethodDescriptionTopic configurations encoded as a Base64 string.partitionCount(Integer partitionCount) The partition count of the topic.replicationFactor(Integer replicationFactor) The replication factor of the topic.The status of the topic.status(TopicState status) The status of the topic.The Amazon Resource Name (ARN) of the topic.The Kafka topic name of the topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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
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:
-