Interface ServiceAccountCredentials.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>, SdkBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>, SdkPojo
Enclosing class:
ServiceAccountCredentials

public static interface ServiceAccountCredentials.Builder extends SdkPojo, CopyableBuilder<ServiceAccountCredentials.Builder,ServiceAccountCredentials>
  • Method Details

    • accountName

      ServiceAccountCredentials.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountPassword

      ServiceAccountCredentials.Builder accountPassword(String accountPassword)

      The password for the account.

      Parameters:
      accountPassword - The password for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.