Interface TopicV2Summary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TopicV2Summary.Builder,,TopicV2Summary> SdkBuilder<TopicV2Summary.Builder,,TopicV2Summary> SdkPojo
- Enclosing class:
TopicV2Summary
@Mutable
@NotThreadSafe
public static interface TopicV2Summary.Builder
extends SdkPojo, CopyableBuilder<TopicV2Summary.Builder,TopicV2Summary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the topic.The name of the topic.The ID of 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, sdkFieldNameToField, 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 of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID of 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.
-