Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateComputerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
Contains the inputs for the CreateComputer operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateComputerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateComputerRequest.Builder |
builder() |
|
List<Attribute> |
computerAttributes() |
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
|
String |
computerName() |
The name of the computer account.
|
String |
directoryId() |
The identifier of the directory in which to create the computer account.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
organizationalUnitDistinguishedName() |
The fully-qualified distinguished name of the organizational unit to place the computer account in.
|
String |
password() |
A one-time password that is used to join the computer to the directory.
|
static Class<? extends CreateComputerRequest.Builder> |
serializableBuilderClass() |
|
CreateComputerRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
The identifier of the directory in which to create the computer account.
public String computerName()
The name of the computer account.
public 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.
public String organizationalUnitDistinguishedName()
The fully-qualified distinguished name of the organizational unit to place the computer account in.
public List<Attribute> computerAttributes()
An array of Attribute objects that contain any LDAP attributes to apply to the computer account.
public CreateComputerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateComputerRequest.Builder,CreateComputerRequest>
public static CreateComputerRequest.Builder builder()
public static Class<? extends CreateComputerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.