@Stability(value=Stable) public static final class CfnUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProps.Builder |
accessString(String accessString)
Sets the value of
CfnUserProps.getAccessString() |
CfnUserProps |
build()
Builds the configured instance.
|
CfnUserProps.Builder |
engine(String engine)
Sets the value of
CfnUserProps.getEngine() |
CfnUserProps.Builder |
noPasswordRequired(Boolean noPasswordRequired)
Sets the value of
CfnUserProps.getNoPasswordRequired() |
CfnUserProps.Builder |
noPasswordRequired(IResolvable noPasswordRequired)
Sets the value of
CfnUserProps.getNoPasswordRequired() |
CfnUserProps.Builder |
passwords(List<String> passwords)
Sets the value of
CfnUserProps.getPasswords() |
CfnUserProps.Builder |
userId(String userId)
Sets the value of
CfnUserProps.getUserId() |
CfnUserProps.Builder |
userName(String userName)
Sets the value of
CfnUserProps.getUserName() |
@Stability(value=Stable) public CfnUserProps.Builder engine(String engine)
CfnUserProps.getEngine()engine - The current supported value is redis. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userId(String userId)
CfnUserProps.getUserId()userId - The ID of the user. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()userName - The username of the user. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder accessString(String accessString)
CfnUserProps.getAccessString()accessString - Access permissions string used for this user.this@Stability(value=Stable) public CfnUserProps.Builder noPasswordRequired(Boolean noPasswordRequired)
CfnUserProps.getNoPasswordRequired()noPasswordRequired - Indicates a password is not required for this user.this@Stability(value=Stable) public CfnUserProps.Builder noPasswordRequired(IResolvable noPasswordRequired)
CfnUserProps.getNoPasswordRequired()noPasswordRequired - Indicates a password is not required for this user.this@Stability(value=Stable) public CfnUserProps.Builder passwords(List<String> passwords)
CfnUserProps.getPasswords()passwords - Passwords used for this user.
You can create up to two passwords for each user.this@Stability(value=Stable) public CfnUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserProps>CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.