public static interface ServiceAccountCredentials.Builder extends CopyableBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountCredentials.Builder |
accountName(String accountName)
The user name of the account.
|
ServiceAccountCredentials.Builder |
accountPassword(String accountPassword)
The password for the account.
|
copyapply, buildServiceAccountCredentials.Builder accountName(String accountName)
The user name of the account. 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.
accountName - The user name of the account. 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.ServiceAccountCredentials.Builder accountPassword(String accountPassword)
The password for the account.
accountPassword - The password for the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.