public static interface CreateUserRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
accessString(String accessString)
Access permissions string used for this user.
|
CreateUserRequest.Builder |
authenticationMode(AuthenticationMode authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
default CreateUserRequest.Builder |
authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateUserRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource.
|
CreateUserRequest.Builder |
tags(Tag... tags)
A list of tags to be added to this resource.
|
CreateUserRequest.Builder |
userName(String userName)
The name of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.Builder userName(String userName)
The name of the user. This value must be unique as it also serves as the user identifier.
userName - The name of the user. This value must be unique as it also serves as the user identifier.CreateUserRequest.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 CreateUserRequest.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 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)CreateUserRequest.Builder accessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.CreateUserRequest.Builder tags(Collection<Tag> tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateUserRequest.Builder tags(Tag... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateUserRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.