Interface TopicSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TopicSummary.Builder,,TopicSummary> SdkBuilder<TopicSummary.Builder,,TopicSummary> SdkPojo
- Enclosing class:
 TopicSummary
public static interface TopicSummary.Builder
extends SdkPojo, CopyableBuilder<TopicSummary.Builder,TopicSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the topic.The name of the topic.The ID for the topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the topic.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
topicId
The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
 topicId- The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the topic.
- Parameters:
 name- The name of the topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -