Interface EntityReference.Builder

    • Method Detail

      • unspecified

        EntityReference.Builder unspecified​(Boolean unspecified)

        Used to indicate that a principal or resource is not specified. This can be used to search for policies that are not associated with a specific principal or resource.

        Parameters:
        unspecified - Used to indicate that a principal or resource is not specified. This can be used to search for policies that are not associated with a specific principal or resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        EntityReference.Builder identifier​(EntityIdentifier identifier)

        The identifier of the entity. It can consist of either an EntityType and EntityId, a principal, or a resource.

        Parameters:
        identifier - The identifier of the entity. It can consist of either an EntityType and EntityId, a principal, or a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.