@Stability(value=Stable) public static final class CfnDomain.MasterUserOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.MasterUserOptionsProperty>
CfnDomain.MasterUserOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.MasterUserOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserArn(String masterUserArn)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserArn() |
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserName(String masterUserName)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserName() |
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserPassword(String masterUserPassword)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserPassword() |
@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty.Builder masterUserArn(String masterUserArn)
CfnDomain.MasterUserOptionsProperty.getMasterUserArn()masterUserArn - ARN for the master user.
Only specify if InternalUserDatabaseEnabled is false in AdvancedSecurityOptions .this@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty.Builder masterUserName(String masterUserName)
CfnDomain.MasterUserOptionsProperty.getMasterUserName()masterUserName - Username for the master user.
Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptions .this@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty.Builder masterUserPassword(String masterUserPassword)
CfnDomain.MasterUserOptionsProperty.getMasterUserPassword()masterUserPassword - Password for the master user.
Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptions .this@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.MasterUserOptionsProperty>CfnDomain.MasterUserOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.