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 Details

    • 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.