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