Interface ActiveDirectoryIdentityProvider.Builder

    • Method Detail

      • activeDirectorySettings

        ActiveDirectoryIdentityProvider.Builder activeDirectorySettings​(ActiveDirectorySettings activeDirectorySettings)

        The ActiveDirectorySettings resource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.

        Parameters:
        activeDirectorySettings - The ActiveDirectorySettings resource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeDirectoryType

        ActiveDirectoryIdentityProvider.Builder activeDirectoryType​(String activeDirectoryType)

        The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.

        Parameters:
        activeDirectoryType - The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActiveDirectoryType, ActiveDirectoryType
      • activeDirectoryType

        ActiveDirectoryIdentityProvider.Builder activeDirectoryType​(ActiveDirectoryType activeDirectoryType)

        The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.

        Parameters:
        activeDirectoryType - The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActiveDirectoryType, ActiveDirectoryType
      • directoryId

        ActiveDirectoryIdentityProvider.Builder directoryId​(String directoryId)

        The directory ID for an Active Directory identity provider.

        Parameters:
        directoryId - The directory ID for an Active Directory identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.