Interface ModifyUserGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyUserGroupRequest.Builder,ModifyUserGroupRequest>,ElastiCacheRequest.Builder,SdkBuilder<ModifyUserGroupRequest.Builder,ModifyUserGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyUserGroupRequest
public static interface ModifyUserGroupRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ModifyUserGroupRequest.Builder,ModifyUserGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyUserGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyUserGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyUserGroupRequest.BuilderuserGroupId(String userGroupId)The ID of the user group.ModifyUserGroupRequest.BuilderuserIdsToAdd(String... userIdsToAdd)The list of user IDs to add to the user group.ModifyUserGroupRequest.BuilderuserIdsToAdd(Collection<String> userIdsToAdd)The list of user IDs to add to the user group.ModifyUserGroupRequest.BuilderuserIdsToRemove(String... userIdsToRemove)The list of user IDs to remove from the user group.ModifyUserGroupRequest.BuilderuserIdsToRemove(Collection<String> userIdsToRemove)The list of user IDs to remove from the user group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
build
-
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
-
userGroupId
ModifyUserGroupRequest.Builder userGroupId(String userGroupId)
The ID of the user group.
- Parameters:
userGroupId- The ID of the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToAdd
ModifyUserGroupRequest.Builder userIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add to the user group.
- Parameters:
userIdsToAdd- The list of user IDs to add to the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToAdd
ModifyUserGroupRequest.Builder userIdsToAdd(String... userIdsToAdd)
The list of user IDs to add to the user group.
- Parameters:
userIdsToAdd- The list of user IDs to add to the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToRemove
ModifyUserGroupRequest.Builder userIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove from the user group.
- Parameters:
userIdsToRemove- The list of user IDs to remove from the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIdsToRemove
ModifyUserGroupRequest.Builder userIdsToRemove(String... userIdsToRemove)
The list of user IDs to remove from the user group.
- Parameters:
userIdsToRemove- The list of user IDs to remove from the user group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyUserGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyUserGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-