@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 - `CfnDomain.MasterUserOptionsProperty.MasterUserARN`.this@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty.Builder masterUserName(String masterUserName)
CfnDomain.MasterUserOptionsProperty.getMasterUserName()masterUserName - `CfnDomain.MasterUserOptionsProperty.MasterUserName`.this@Stability(value=Stable) public CfnDomain.MasterUserOptionsProperty.Builder masterUserPassword(String masterUserPassword)
CfnDomain.MasterUserOptionsProperty.getMasterUserPassword()masterUserPassword - `CfnDomain.MasterUserOptionsProperty.MasterUserPassword`.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 © 2021. All rights reserved.