Interface PolicyToPath.Builder

    • Method Detail

      • path

        PolicyToPath.Builder path​(String path)

        The path that is referenced from the root.

        Parameters:
        path - The path that is referenced from the root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policies

        PolicyToPath.Builder policies​(Collection<PolicyAttachment> policies)

        List of policy objects.

        Parameters:
        policies - List of policy objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policies

        PolicyToPath.Builder policies​(PolicyAttachment... policies)

        List of policy objects.

        Parameters:
        policies - List of policy objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.