Interface TopicV2Reference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TopicV2Reference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:22.085Z")
@Stability(Stable)
public interface TopicV2Reference
extends software.amazon.jsii.JsiiSerializable
A reference to a TopicV2 resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.quicksight.*;
TopicV2Reference topicV2Reference = TopicV2Reference.builder()
.awsAccountId("awsAccountId")
.topicId("topicId")
.topicV2Arn("topicV2Arn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTopicV2Referencestatic final classAn implementation forTopicV2Reference -
Method Summary
Modifier and TypeMethodDescriptionstatic TopicV2Reference.Builderbuilder()The AwsAccountId of the TopicV2 resource.The TopicId of the TopicV2 resource.The ARN of the TopicV2 resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The AwsAccountId of the TopicV2 resource. -
getTopicId
The TopicId of the TopicV2 resource. -
getTopicV2Arn
The ARN of the TopicV2 resource. -
builder
- Returns:
- a
TopicV2Reference.BuilderofTopicV2Reference
-