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