public static interface DescribeTopicResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicResponse.Builder,DescribeTopicResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the topic.
|
DescribeTopicResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeTopicResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default DescribeTopicResponse.Builder |
topic(Consumer<TopicDetails.Builder> topic)
The definition of a topic.
|
DescribeTopicResponse.Builder |
topic(TopicDetails topic)
The definition of a topic.
|
DescribeTopicResponse.Builder |
topicId(String topicId)
The ID of the topic that you want to describe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTopicResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the topic.
arn - The Amazon Resource Name (ARN) of the topic.DescribeTopicResponse.Builder topicId(String topicId)
The ID of the topic that you want to describe. 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 describe. This ID is unique per Amazon Web Services Region for
each Amazon Web Services account.DescribeTopicResponse.Builder topic(TopicDetails topic)
The definition of a topic.
topic - The definition of a topic.default DescribeTopicResponse.Builder topic(Consumer<TopicDetails.Builder> topic)
The definition of a topic.
This is a convenience method that creates an instance of theTopicDetails.Builder avoiding the need
to create one manually via TopicDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to topic(TopicDetails).
topic - a consumer that will call methods on TopicDetails.Buildertopic(TopicDetails)DescribeTopicResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeTopicResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.