CopyableBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
, SdkBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
public static interface CreateComputerRequest.Builder extends CopyableBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateComputerRequest.Builder |
computerAttributes(Collection<Attribute> computerAttributes) |
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
CreateComputerRequest.Builder |
computerAttributes(Attribute... computerAttributes) |
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
CreateComputerRequest.Builder |
computerName(String computerName) |
The name of the computer account.
|
CreateComputerRequest.Builder |
directoryId(String directoryId) |
The identifier of the directory in which to create the computer account.
|
CreateComputerRequest.Builder |
organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName) |
The fully-qualified distinguished name of the organizational unit to place the computer account in.
|
CreateComputerRequest.Builder |
password(String password) |
A one-time password that is used to join the computer to the directory.
|
copy
apply, build
CreateComputerRequest.Builder directoryId(String directoryId)
The identifier of the directory in which to create the computer account.
directoryId
- The identifier of the directory in which to create the computer account.CreateComputerRequest.Builder computerName(String computerName)
The name of the computer account.
computerName
- The name of the computer account.CreateComputerRequest.Builder password(String password)
A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.
password
- A one-time password that is used to join the computer to the directory. You should generate a random,
strong password to use for this parameter.CreateComputerRequest.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The fully-qualified distinguished name of the organizational unit to place the computer account in.
organizationalUnitDistinguishedName
- The fully-qualified distinguished name of the organizational unit to place the computer account in.CreateComputerRequest.Builder computerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
computerAttributes
- An array of Attribute objects that contain any LDAP attributes to apply to the computer
account.CreateComputerRequest.Builder computerAttributes(Attribute... computerAttributes)
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
NOTE: This method appends the values to the existing list (if any). Use
#setComputerAttributes(java.util.Collection)
or #withComputerAttributes(java.util.Collection)
if you want to override the existing values.
computerAttributes
- An array of Attribute objects that contain any LDAP attributes to apply to the computer
account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.