public static final class UpsertCollectionPolicyRequest.ResourceDirectory.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpsertCollectionPolicyRequest.ResourceDirectory.Builder |
accountGroupType(String accountGroupType)
The mode of the resource directory.
|
UpsertCollectionPolicyRequest.ResourceDirectory |
build() |
UpsertCollectionPolicyRequest.ResourceDirectory.Builder |
members(List<String> members)
The members.
|
public UpsertCollectionPolicyRequest.ResourceDirectory.Builder accountGroupType(String accountGroupType)
The mode of the resource directory. Valid values: all and custom.
example:all,custom
public UpsertCollectionPolicyRequest.ResourceDirectory.Builder members(List<String> members)
The members. If accountGroupType is set to custom, the members are returned.
public UpsertCollectionPolicyRequest.ResourceDirectory build()
Copyright © 2025. All rights reserved.