Interface ActiveDirectoryConfiguration.Builder

    • Method Detail

      • computerAttributes

        ActiveDirectoryConfiguration.Builder computerAttributes​(Collection<ActiveDirectoryComputerAttribute> computerAttributes)

        A collection of custom attributes for an Active Directory computer.

        Parameters:
        computerAttributes - A collection of custom attributes for an Active Directory computer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computerAttributes

        ActiveDirectoryConfiguration.Builder computerAttributes​(ActiveDirectoryComputerAttribute... computerAttributes)

        A collection of custom attributes for an Active Directory computer.

        Parameters:
        computerAttributes - A collection of custom attributes for an Active Directory computer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryId

        ActiveDirectoryConfiguration.Builder directoryId​(String directoryId)

        The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.

        Parameters:
        directoryId - The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationalUnitDistinguishedName

        ActiveDirectoryConfiguration.Builder organizationalUnitDistinguishedName​(String organizationalUnitDistinguishedName)

        The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.

        Parameters:
        organizationalUnitDistinguishedName - The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.