public static final class ListRolesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListRolesRequest |
build() |
ListRolesRequest.Builder |
marker(String marker)
The
marker. |
ListRolesRequest.Builder |
maxItems(Integer maxItems)
The number of entries to return.
|
ListRolesRequest.Builder |
tag(List<ListRolesRequest.Tag> tag)
Tag.
|
public ListRolesRequest.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 ListRolesRequest.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 ListRolesRequest.Builder tag(List<ListRolesRequest.Tag> tag)
public ListRolesRequest build()
Copyright © 2025. All rights reserved.