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