public static interface TopicSummary.Builder extends SdkPojo, CopyableBuilder<TopicSummary.Builder,TopicSummary>
| Modifier and Type | Method and Description |
|---|---|
TopicSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
TopicSummary.Builder |
name(String name)
The name of the topic.
|
TopicSummary.Builder |
topicId(String topicId)
The ID for the topic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the topic.
arn - The Amazon Resource Name (ARN) of the topic.TopicSummary.Builder topicId(String topicId)
The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services
account.TopicSummary.Builder name(String name)
The name of the topic.
name - The name of the topic.Copyright © 2023. All rights reserved.