public static final class GetTopicResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetTopicResponseBody.Data |
build() |
GetTopicResponseBody.Data.Builder |
createTime(String createTime)
The time when the topic was created.
|
GetTopicResponseBody.Data.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetTopicResponseBody.Data.Builder |
messageType(String messageType)
The message type of the topic.
|
GetTopicResponseBody.Data.Builder |
regionId(String regionId)
The ID of the region in which the instance resides.
|
GetTopicResponseBody.Data.Builder |
remark(String remark)
The remarks on the topic.
|
GetTopicResponseBody.Data.Builder |
status(String status)
The state of the topic.
|
GetTopicResponseBody.Data.Builder |
topicName(String topicName)
The name of the topic.
|
GetTopicResponseBody.Data.Builder |
updateTime(String updateTime)
The time when the topic was last updated.
|
public GetTopicResponseBody.Data.Builder createTime(String createTime)
public GetTopicResponseBody.Data.Builder instanceId(String instanceId)
public GetTopicResponseBody.Data.Builder messageType(String messageType)
Valid values: * TRANSACTION: transactional message * FIFO: ordered message * DELAY: scheduled or delayed message * NORMAL: normal message
public GetTopicResponseBody.Data.Builder regionId(String regionId)
public GetTopicResponseBody.Data.Builder remark(String remark)
public GetTopicResponseBody.Data.Builder status(String status)
Valid values: * RUNNING: The topic is running. * CREATING: The topic is being created.
public GetTopicResponseBody.Data.Builder topicName(String topicName)
public GetTopicResponseBody.Data.Builder updateTime(String updateTime)
public GetTopicResponseBody.Data build()
Copyright © 2024. All rights reserved.