public static final class CfnDomain.MasterUserOptionsProperty.Builder
extends java.lang.Object
CfnDomain.MasterUserOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDomain.MasterUserOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserArn(java.lang.String masterUserArn)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserArn() |
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserName(java.lang.String masterUserName)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserName() |
CfnDomain.MasterUserOptionsProperty.Builder |
masterUserPassword(java.lang.String masterUserPassword)
Sets the value of
CfnDomain.MasterUserOptionsProperty.getMasterUserPassword() |
public CfnDomain.MasterUserOptionsProperty.Builder masterUserArn(java.lang.String masterUserArn)
CfnDomain.MasterUserOptionsProperty.getMasterUserArn()
masterUserArn
- ARN for the master user.
Only specify if InternalUserDatabaseEnabled
is false in AdvancedSecurityOptions
.this
public CfnDomain.MasterUserOptionsProperty.Builder masterUserName(java.lang.String masterUserName)
CfnDomain.MasterUserOptionsProperty.getMasterUserName()
masterUserName
- Username for the master user.
Only specify if InternalUserDatabaseEnabled
is true in AdvancedSecurityOptions
.this
public CfnDomain.MasterUserOptionsProperty.Builder masterUserPassword(java.lang.String masterUserPassword)
CfnDomain.MasterUserOptionsProperty.getMasterUserPassword()
masterUserPassword
- Password for the master user.
Only specify if InternalUserDatabaseEnabled
is true in AdvancedSecurityOptions
.this
public CfnDomain.MasterUserOptionsProperty build()
CfnDomain.MasterUserOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided