@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 - `AWS::ElastiCache::User.Engine`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userId(String userId)
CfnUserProps.getUserId()userId - `AWS::ElastiCache::User.UserId`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()userName - `AWS::ElastiCache::User.UserName`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder accessString(String accessString)
CfnUserProps.getAccessString()accessString - `AWS::ElastiCache::User.AccessString`.this@Stability(value=Stable) public CfnUserProps.Builder noPasswordRequired(Boolean noPasswordRequired)
CfnUserProps.getNoPasswordRequired()noPasswordRequired - `AWS::ElastiCache::User.NoPasswordRequired`.this@Stability(value=Stable) public CfnUserProps.Builder noPasswordRequired(IResolvable noPasswordRequired)
CfnUserProps.getNoPasswordRequired()noPasswordRequired - `AWS::ElastiCache::User.NoPasswordRequired`.this@Stability(value=Stable) public CfnUserProps.Builder passwords(List<String> passwords)
CfnUserProps.getPasswords()passwords - `AWS::ElastiCache::User.Passwords`.this@Stability(value=Stable) public CfnUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserProps>CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.