Interface ActiveDirectoryIdentityProvider.Builder

  • Method Details

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

      default ActiveDirectoryIdentityProvider.Builder activeDirectorySettings(Consumer<ActiveDirectorySettings.Builder> 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.

      This is a convenience method that creates an instance of the ActiveDirectorySettings.Builder avoiding the need to create one manually via ActiveDirectorySettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to activeDirectorySettings(ActiveDirectorySettings).

      Parameters:
      activeDirectorySettings - a consumer that will call methods on ActiveDirectorySettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

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