Interface Permission.Builder

    • Method Detail

      • operation

        Permission.Builder operation​(String operation)

        The operations that can be performed with the given permissions.

        Parameters:
        operation - The operations that can be performed with the given permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operation, Operation
      • operation

        Permission.Builder operation​(Operation operation)

        The operations that can be performed with the given permissions.

        Parameters:
        operation - The operations that can be performed with the given permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operation, Operation
      • service

        Permission.Builder service​(String service)

        The services that the permissions allow an account to perform the given operations for.

        Parameters:
        service - The services that the permissions allow an account to perform the given operations for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Service, Service
      • service

        Permission.Builder service​(Service service)

        The services that the permissions allow an account to perform the given operations for.

        Parameters:
        service - The services that the permissions allow an account to perform the given operations for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Service, Service