public static final class ListUsersForGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListUsersForGroupRequest |
build() |
ListUsersForGroupRequest.Builder |
groupName(String groupName)
The name of the RAM user group.
|
ListUsersForGroupRequest.Builder |
marker(String marker)
The
marker. |
ListUsersForGroupRequest.Builder |
maxItems(Integer maxItems)
The number of entries to return.
|
public ListUsersForGroupRequest.Builder groupName(String groupName)
The name of the RAM user group.
example:Dev-Team
public ListUsersForGroupRequest.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 ListUsersForGroupRequest.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 will be true.
Valid values: 1 to 1000. Default value: 100.
example:100
public ListUsersForGroupRequest build()
Copyright © 2025. All rights reserved.