Interface DomainJoinInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DomainJoinInfo.Builder,,DomainJoinInfo> SdkBuilder<DomainJoinInfo.Builder,,DomainJoinInfo> SdkPojo
- Enclosing class:
 DomainJoinInfo
public static interface DomainJoinInfo.Builder
extends SdkPojo, CopyableBuilder<DomainJoinInfo.Builder,DomainJoinInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptiondirectoryName(String directoryName) The fully qualified name of the directory (for example, corp.example.com).organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName) The distinguished name of the organizational unit for computer accounts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
directoryName
The fully qualified name of the directory (for example, corp.example.com).
- Parameters:
 directoryName- The fully qualified name of the directory (for example, corp.example.com).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
organizationalUnitDistinguishedName
DomainJoinInfo.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName) The distinguished name of the organizational unit for computer accounts.
- Parameters:
 organizationalUnitDistinguishedName- The distinguished name of the organizational unit for computer accounts.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -