Interface User.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<User.Builder,,User> SdkBuilder<User.Builder,,User> SdkPojo
- Enclosing class:
 User
- 
Method Summary
Modifier and TypeMethodDescriptionaccessString(String accessString) Access permissions string used for this user.The Amazon Resource Name (ARN) of the user.default User.Builderauthentication(Consumer<Authentication.Builder> authentication) Denotes whether the user requires a password to authenticate.authentication(Authentication authentication) Denotes whether the user requires a password to authenticate.The options are valkey or redis.minimumEngineVersion(String minimumEngineVersion) The minimum engine version required, which is Redis OSS 6.0Indicates the user status.userGroupIds(String... userGroupIds) Returns a list of the user group IDs the user belongs to.userGroupIds(Collection<String> userGroupIds) Returns a list of the user group IDs the user belongs to.The ID of the user.The username of the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
userId
The ID of the user.
- Parameters:
 userId- The ID of the user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userName
The username of the user.
- Parameters:
 userName- The username of the user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
Indicates the user status. Can be "active", "modifying" or "deleting".
- Parameters:
 status- Indicates the user status. Can be "active", "modifying" or "deleting".- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
engine
The options are valkey or redis.
- Parameters:
 engine- The options are valkey or redis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minimumEngineVersion
The minimum engine version required, which is Redis OSS 6.0
- Parameters:
 minimumEngineVersion- The minimum engine version required, which is Redis OSS 6.0- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accessString
Access permissions string used for this user.
- Parameters:
 accessString- Access permissions string used for this user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userGroupIds
Returns a list of the user group IDs the user belongs to.
- Parameters:
 userGroupIds- Returns a list of the user group IDs the user belongs to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userGroupIds
Returns a list of the user group IDs the user belongs to.
- Parameters:
 userGroupIds- Returns a list of the user group IDs the user belongs to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authentication
Denotes whether the user requires a password to authenticate.
- Parameters:
 authentication- Denotes whether the user requires a password to authenticate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authentication
Denotes whether the user requires a password to authenticate.
This is a convenience method that creates an instance of theAuthentication.Builderavoiding the need to create one manually viaAuthentication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthentication(Authentication).- Parameters:
 authentication- a consumer that will call methods onAuthentication.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
arn
The Amazon Resource Name (ARN) of the user.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -