@Stability(value=Stable) public static final class CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDirectoryConfig.ServiceAccountCredentialsProperty>
CfnDirectoryConfig.ServiceAccountCredentialsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder |
accountName(String accountName)
Sets the value of
CfnDirectoryConfig.ServiceAccountCredentialsProperty.getAccountName() |
CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder |
accountPassword(String accountPassword)
|
CfnDirectoryConfig.ServiceAccountCredentialsProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder accountName(String accountName)
CfnDirectoryConfig.ServiceAccountCredentialsProperty.getAccountName()accountName - The user name of the account. This parameter is required.
This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.this@Stability(value=Stable) public CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder accountPassword(String accountPassword)
accountPassword - The password for the account. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfig.ServiceAccountCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnDirectoryConfig.ServiceAccountCredentialsProperty>CfnDirectoryConfig.ServiceAccountCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.