public static interface SearchPrincipalType.Builder extends SdkPojo, CopyableBuilder<SearchPrincipalType.Builder,SearchPrincipalType>
| Modifier and Type | Method and Description |
|---|---|
SearchPrincipalType.Builder |
id(String id)
UserIds or GroupIds.
|
SearchPrincipalType.Builder |
roles(Collection<PrincipalRoleType> roles)
The Role of a User or Group.
|
SearchPrincipalType.Builder |
roles(PrincipalRoleType... roles)
The Role of a User or Group.
|
SearchPrincipalType.Builder |
rolesWithStrings(Collection<String> roles)
The Role of a User or Group.
|
SearchPrincipalType.Builder |
rolesWithStrings(String... roles)
The Role of a User or Group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPrincipalType.Builder id(String id)
UserIds or GroupIds.
id - UserIds or GroupIds.SearchPrincipalType.Builder rolesWithStrings(Collection<String> roles)
The Role of a User or Group.
roles - The Role of a User or Group.SearchPrincipalType.Builder rolesWithStrings(String... roles)
The Role of a User or Group.
roles - The Role of a User or Group.SearchPrincipalType.Builder roles(Collection<PrincipalRoleType> roles)
The Role of a User or Group.
roles - The Role of a User or Group.SearchPrincipalType.Builder roles(PrincipalRoleType... roles)
The Role of a User or Group.
roles - The Role of a User or Group.Copyright © 2023. All rights reserved.