public static final class DeleteConsumerGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteConsumerGroupRequest |
build() |
DeleteConsumerGroupRequest.Builder |
consumerGroup(String consumerGroup)
The name of the consumer group.
|
DeleteConsumerGroupRequest.Builder |
logstore(String logstore)
The name of the Logstore.
|
DeleteConsumerGroupRequest.Builder |
project(String project)
The name of the project.
|
public DeleteConsumerGroupRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public DeleteConsumerGroupRequest.Builder logstore(String logstore)
The name of the Logstore.
This parameter is required.
example:ali-test-logstore
public DeleteConsumerGroupRequest.Builder consumerGroup(String consumerGroup)
The name of the consumer group.
This parameter is required.
example:consumer-group-1
public DeleteConsumerGroupRequest build()
Copyright © 2025. All rights reserved.