public static interface UpdateUserRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
accessString(String accessString)
Access permissions string used for this user.
|
UpdateUserRequest.Builder |
authenticationMode(AuthenticationMode authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
default UpdateUserRequest.Builder |
authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserRequest.Builder |
userName(String userName)
The name of the user
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserRequest.Builder userName(String userName)
The name of the user
userName - The name of the userUpdateUserRequest.Builder authenticationMode(AuthenticationMode authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode - Denotes the user's authentication properties, such as whether it requires a password to authenticate.default UpdateUserRequest.Builder authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
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)UpdateUserRequest.Builder accessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.