public static final class ListPoliciesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListPoliciesRequest |
build() |
ListPoliciesRequest.Builder |
marker(String marker)
The
Marker. |
ListPoliciesRequest.Builder |
maxItems(Integer maxItems)
The number of entries to return.
|
ListPoliciesRequest.Builder |
policyType(String policyType)
The type of the
Policy. |
ListPoliciesRequest.Builder |
tag(List<ListPoliciesRequest.Tag> tag)
Tag.
|
public ListPoliciesRequest.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 ListPoliciesRequest.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 ListPoliciesRequest.Builder policyType(String policyType)
The type of the Policy. Valid values: System and Custom. If you do not specify the parameter, all policies are returned.
System
public ListPoliciesRequest.Builder tag(List<ListPoliciesRequest.Tag> tag)
public ListPoliciesRequest build()
Copyright © 2025. All rights reserved.