public static interface Participants.Builder extends CopyableBuilder<Participants.Builder,Participants>
| Modifier and Type | Method and Description |
|---|---|
Participants.Builder |
groups(Collection<GroupMetadata> groups)
The list of user groups.
|
Participants.Builder |
groups(GroupMetadata... groups)
The list of user groups.
|
Participants.Builder |
users(Collection<UserMetadata> users)
The list of users.
|
Participants.Builder |
users(UserMetadata... users)
The list of users.
|
copyapply, buildParticipants.Builder users(Collection<UserMetadata> users)
The list of users.
users - The list of users.Participants.Builder users(UserMetadata... users)
The list of users.
users - The list of users.Participants.Builder groups(Collection<GroupMetadata> groups)
The list of user groups.
groups - The list of user groups.Participants.Builder groups(GroupMetadata... groups)
The list of user groups.
groups - The list of user groups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.