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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainJoinInfo.BuilderdirectoryName(String directoryName)The fully qualified name of the directory (for example, corp.example.com).DomainJoinInfo.BuilderorganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)The distinguished name of the organizational unit for computer accounts.-
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
-
directoryName
DomainJoinInfo.Builder directoryName(String 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.
-
-