Interface CreateTopicResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTopicResponse.Builder,,CreateTopicResponse> KafkaResponse.Builder,SdkBuilder<CreateTopicResponse.Builder,,CreateTopicResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateTopicResponse
@Mutable
@NotThreadSafe
public static interface CreateTopicResponse.Builder
extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the topic creation.status(TopicState status) The status of the topic creation.The Amazon Resource Name (ARN) of the topic.The name of the topic that was created.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 name of the topic that was created.
- Parameters:
topicName-The name of the topic that was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the topic creation.
- Parameters:
status-The status of the topic creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the topic creation.
- Parameters:
status-The status of the topic creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-