DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the topic.
|
static DescribeTopicResponse.Builder |
DescribeTopicResponse.builder() |
|
DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.requestId(String requestId) |
The Amazon Web Services request ID for this operation.
|
DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.status(Integer status) |
The HTTP status of the request.
|
DescribeTopicResponse.Builder |
DescribeTopicResponse.toBuilder() |
|
default DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.topic(Consumer<TopicDetails.Builder> topic) |
The definition of a topic.
|
DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.topic(TopicDetails topic) |
The definition of a topic.
|
DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.topicId(String topicId) |
The ID of the topic that you want to describe.
|