Interface SearchPrincipalType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchPrincipalType.Builder,SearchPrincipalType>,SdkBuilder<SearchPrincipalType.Builder,SearchPrincipalType>,SdkPojo
- Enclosing class:
- SearchPrincipalType
public static interface SearchPrincipalType.Builder extends SdkPojo, CopyableBuilder<SearchPrincipalType.Builder,SearchPrincipalType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPrincipalType.Builderid(String id)UserIds or GroupIds.SearchPrincipalType.Builderroles(Collection<PrincipalRoleType> roles)The Role of a User or Group.SearchPrincipalType.Builderroles(PrincipalRoleType... roles)The Role of a User or Group.SearchPrincipalType.BuilderrolesWithStrings(String... roles)The Role of a User or Group.SearchPrincipalType.BuilderrolesWithStrings(Collection<String> roles)The Role of a User or Group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
SearchPrincipalType.Builder id(String id)
UserIds or GroupIds.
- Parameters:
id- UserIds or GroupIds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesWithStrings
SearchPrincipalType.Builder rolesWithStrings(Collection<String> roles)
The Role of a User or Group.
- Parameters:
roles- The Role of a User or Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesWithStrings
SearchPrincipalType.Builder rolesWithStrings(String... roles)
The Role of a User or Group.
- Parameters:
roles- The Role of a User or Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roles
SearchPrincipalType.Builder roles(Collection<PrincipalRoleType> roles)
The Role of a User or Group.
- Parameters:
roles- The Role of a User or Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roles
SearchPrincipalType.Builder roles(PrincipalRoleType... roles)
The Role of a User or Group.
- Parameters:
roles- The Role of a User or Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-