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