public static interface ModifyUserRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ModifyUserRequest.Builder,ModifyUserRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyUserRequest.Builder userId(String userId)
The ID of the user.
userId - The ID of the user.ModifyUserRequest.Builder accessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.ModifyUserRequest.Builder appendAccessString(String appendAccessString)
Adds additional user permissions to the access string.
appendAccessString - Adds additional user permissions to the access string.ModifyUserRequest.Builder passwords(Collection<String> passwords)
The passwords belonging to the user. You are allowed up to two.
passwords - The passwords belonging to the user. You are allowed up to two.ModifyUserRequest.Builder passwords(String... passwords)
The passwords belonging to the user. You are allowed up to two.
passwords - The passwords belonging to the user. You are allowed up to two.ModifyUserRequest.Builder noPasswordRequired(Boolean noPasswordRequired)
Indicates no password is required for the user.
noPasswordRequired - Indicates no password is required for the user.ModifyUserRequest.Builder authenticationMode(AuthenticationMode authenticationMode)
Specifies how to authenticate the user.
authenticationMode - Specifies how to authenticate the user.default ModifyUserRequest.Builder authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Specifies how to authenticate the user.
This is a convenience method that creates an instance of theAuthenticationMode.Builder avoiding the
need to create one manually via AuthenticationMode.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to authenticationMode(AuthenticationMode).
authenticationMode - a consumer that will call methods on AuthenticationMode.BuilderauthenticationMode(AuthenticationMode)ModifyUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.