public static interface DeleteTopicResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteTopicResponse.Builder,DeleteTopicResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
DeleteTopicResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteTopicResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
DeleteTopicResponse.Builder |
topicId(String topicId)
The ID of the topic that you want to delete.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTopicResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the topic.
arn - The Amazon Resource Name (ARN) of the topic.DeleteTopicResponse.Builder topicId(String topicId)
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.DeleteTopicResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DeleteTopicResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.