public static final class ListGroupsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGroupsRequest |
build() |
ListGroupsRequest.Builder |
marker(String marker)
The
marker. |
ListGroupsRequest.Builder |
maxItems(Integer maxItems)
The number of entries to return.
|
public ListGroupsRequest.Builder marker(String marker)
The marker. If part of a previous response is truncated, you can use this parameter to obtain the truncated part.
EXAMPLE
public ListGroupsRequest.Builder maxItems(Integer maxItems)
The number of entries to return. If a response is truncated because it reaches the value of MaxItems, the value of IsTruncated is true.
Valid values: 1 to 1000. Default value: 100.
example:100
public ListGroupsRequest build()
Copyright © 2025. All rights reserved.