Interface EntityConfiguration.Builder

    • Method Detail

      • entityId

        EntityConfiguration.Builder entityId​(String entityId)

        The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

        Parameters:
        entityId - The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityType

        EntityConfiguration.Builder entityType​(String entityType)

        Specifies whether you are configuring a User or a Group.

        Parameters:
        entityType - Specifies whether you are configuring a User or a Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityType, EntityType
      • entityType

        EntityConfiguration.Builder entityType​(EntityType entityType)

        Specifies whether you are configuring a User or a Group.

        Parameters:
        entityType - Specifies whether you are configuring a User or a Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityType, EntityType