public static interface CreateUserResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateUserResponse.Builder |
accessString(String accessString)
Access permissions string used for this user.
|
CreateUserResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the user.
|
CreateUserResponse.Builder |
authentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
default CreateUserResponse.Builder |
authentication(Consumer<Authentication.Builder> authentication)
Denotes whether the user requires a password to authenticate.
|
CreateUserResponse.Builder |
engine(String engine)
The current supported value is Redis.
|
CreateUserResponse.Builder |
minimumEngineVersion(String minimumEngineVersion)
The minimum engine version required, which is Redis 6.0
|
CreateUserResponse.Builder |
status(String status)
Indicates the user status.
|
CreateUserResponse.Builder |
userGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
CreateUserResponse.Builder |
userGroupIds(String... userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
CreateUserResponse.Builder |
userId(String userId)
The ID of the user.
|
CreateUserResponse.Builder |
userName(String userName)
The username of the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserResponse.Builder userId(String userId)
The ID of the user.
userId - The ID of the user.CreateUserResponse.Builder userName(String userName)
The username of the user.
userName - The username of the user.CreateUserResponse.Builder status(String status)
Indicates the user status. Can be "active", "modifying" or "deleting".
status - Indicates the user status. Can be "active", "modifying" or "deleting".CreateUserResponse.Builder engine(String engine)
The current supported value is Redis.
engine - The current supported value is Redis.CreateUserResponse.Builder minimumEngineVersion(String minimumEngineVersion)
The minimum engine version required, which is Redis 6.0
minimumEngineVersion - The minimum engine version required, which is Redis 6.0CreateUserResponse.Builder accessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.CreateUserResponse.Builder userGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
userGroupIds - Returns a list of the user group IDs the user belongs to.CreateUserResponse.Builder userGroupIds(String... userGroupIds)
Returns a list of the user group IDs the user belongs to.
userGroupIds - Returns a list of the user group IDs the user belongs to.CreateUserResponse.Builder authentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
authentication - Denotes whether the user requires a password to authenticate.default CreateUserResponse.Builder authentication(Consumer<Authentication.Builder> authentication)
Denotes whether the user requires a password to authenticate.
This is a convenience method that creates an instance of theAuthentication.Builder avoiding the need
to create one manually via Authentication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to authentication(Authentication).
authentication - a consumer that will call methods on Authentication.Builderauthentication(Authentication)CreateUserResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the user.
arn - The Amazon Resource Name (ARN) of the user.Copyright © 2023. All rights reserved.