public static final class CreateGroupIdRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGroupIdRequest |
build() |
CreateGroupIdRequest.Builder |
groupId(String groupId)
The ID of the group that you want to create.
|
CreateGroupIdRequest.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance to which the group belongs.
|
CreateGroupIdRequest.Builder |
regionId(String regionId)
This parameter is required.
|
CreateGroupIdRequest.Builder |
tags(String tags)
Tags.
|
public CreateGroupIdRequest.Builder regionId(String regionId)
This parameter is required.
public CreateGroupIdRequest.Builder groupId(String groupId)
The ID of the group that you want to create. The group ID must meet the following conventions:
This parameter is required.
example:GID_test
public CreateGroupIdRequest.Builder instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance to which the group belongs.
This parameter is required.
example:mqtt-cn-0pp1ldu****
public CreateGroupIdRequest.Builder tags(String tags)
public CreateGroupIdRequest build()
Copyright © 2025. All rights reserved.