Interface UserGroupPendingChanges.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserGroupPendingChanges.Builder,
,UserGroupPendingChanges> SdkBuilder<UserGroupPendingChanges.Builder,
,UserGroupPendingChanges> SdkPojo
- Enclosing class:
UserGroupPendingChanges
public static interface UserGroupPendingChanges.Builder
extends SdkPojo, CopyableBuilder<UserGroupPendingChanges.Builder,UserGroupPendingChanges>
-
Method Summary
Modifier and TypeMethodDescriptionuserIdsToAdd
(String... userIdsToAdd) The list of user IDs to add.userIdsToAdd
(Collection<String> userIdsToAdd) The list of user IDs to add.userIdsToRemove
(String... userIdsToRemove) The list of user IDs to remove.userIdsToRemove
(Collection<String> userIdsToRemove) The list of user IDs to remove.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 Details
-
userIdsToRemove
The list of user IDs to remove.
- Parameters:
userIdsToRemove
- The list of user IDs to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToRemove
The list of user IDs to remove.
- Parameters:
userIdsToRemove
- The list of user IDs to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToAdd
The list of user IDs to add.
- Parameters:
userIdsToAdd
- The list of user IDs to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToAdd
The list of user IDs to add.
- Parameters:
userIdsToAdd
- The list of user IDs to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-