Interface Location.Builder

    • Method Detail

      • path

        Location.Builder path​(Collection<PathElement> path)

        A path in a policy, represented as a sequence of path elements.

        Parameters:
        path - A path in a policy, represented as a sequence of path elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        Location.Builder path​(PathElement... path)

        A path in a policy, represented as a sequence of path elements.

        Parameters:
        path - A path in a policy, represented as a sequence of path elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • span

        Location.Builder span​(Span span)

        A span in a policy.

        Parameters:
        span - A span in a policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.