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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountCredentials.BuilderaccountName(String accountName)The user name of the account.ServiceAccountCredentials.BuilderaccountPassword(String accountPassword)The password for the account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-