public static interface DomainJoinInfo.Builder extends CopyableBuilder<DomainJoinInfo.Builder,DomainJoinInfo>
| Modifier and Type | Method and Description | 
|---|---|
| DomainJoinInfo.Builder | directoryName(String directoryName)
 The fully qualified name of the directory (for example, corp.example.com). | 
| DomainJoinInfo.Builder | organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
 The distinguished name of the organizational unit for computer accounts. | 
copyapplyMutation, buildDomainJoinInfo.Builder directoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
directoryName - The fully qualified name of the directory (for example, corp.example.com).DomainJoinInfo.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
organizationalUnitDistinguishedName - The distinguished name of the organizational unit for computer accounts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.