@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 - The user's password. This parameter is required.this@Stability(value=Stable) public CfnUser.LoginProfileProperty.Builder passwordResetRequired(Boolean passwordResetRequired)
CfnUser.LoginProfileProperty.getPasswordResetRequired()passwordResetRequired - Specifies whether the user is required to set a new password on next sign-in.this@Stability(value=Stable) public CfnUser.LoginProfileProperty.Builder passwordResetRequired(IResolvable passwordResetRequired)
CfnUser.LoginProfileProperty.getPasswordResetRequired()passwordResetRequired - Specifies whether the user is required to set a new password on next sign-in.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 © 2022. All rights reserved.