@Stability(value=Stable) public static final class CfnUser.LoginProfileProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUser.LoginProfileProperty>
CfnUser.LoginProfileProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUser.LoginProfileProperty |
build()
Builds the configured instance.
|
CfnUser.LoginProfileProperty.Builder |
password(String password)
Sets the value of
CfnUser.LoginProfileProperty.getPassword() |
CfnUser.LoginProfileProperty.Builder |
passwordResetRequired(Boolean passwordResetRequired)
Sets the value of
CfnUser.LoginProfileProperty.getPasswordResetRequired() |
CfnUser.LoginProfileProperty.Builder |
passwordResetRequired(IResolvable passwordResetRequired)
Sets the value of
CfnUser.LoginProfileProperty.getPasswordResetRequired() |
@Stability(value=Stable) public CfnUser.LoginProfileProperty.Builder password(String password)
CfnUser.LoginProfileProperty.getPassword()password - `CfnUser.LoginProfileProperty.Password`. This parameter is required.this@Stability(value=Stable) public CfnUser.LoginProfileProperty.Builder passwordResetRequired(Boolean passwordResetRequired)
CfnUser.LoginProfileProperty.getPasswordResetRequired()passwordResetRequired - `CfnUser.LoginProfileProperty.PasswordResetRequired`.this@Stability(value=Stable) public CfnUser.LoginProfileProperty.Builder passwordResetRequired(IResolvable passwordResetRequired)
CfnUser.LoginProfileProperty.getPasswordResetRequired()passwordResetRequired - `CfnUser.LoginProfileProperty.PasswordResetRequired`.this@Stability(value=Stable) public CfnUser.LoginProfileProperty build()
build in interface software.amazon.jsii.Builder<CfnUser.LoginProfileProperty>CfnUser.LoginProfilePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.