Interface TableLFTagPolicyAndPermissions.Builder

    • Method Detail

      • expression

        TableLFTagPolicyAndPermissions.Builder expression​(Collection<LFTag> expression)

        A list of LF-tag conditions that apply to table resources.

        Parameters:
        expression - A list of LF-tag conditions that apply to table resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expression

        TableLFTagPolicyAndPermissions.Builder expression​(LFTag... expression)

        A list of LF-tag conditions that apply to table resources.

        Parameters:
        expression - A list of LF-tag conditions that apply to table resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionsWithStrings

        TableLFTagPolicyAndPermissions.Builder permissionsWithStrings​(Collection<String> permissions)

        The permissions granted to subscribers on table resources.

        Parameters:
        permissions - The permissions granted to subscribers on table resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionsWithStrings

        TableLFTagPolicyAndPermissions.Builder permissionsWithStrings​(String... permissions)

        The permissions granted to subscribers on table resources.

        Parameters:
        permissions - The permissions granted to subscribers on table resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        TableLFTagPolicyAndPermissions.Builder permissions​(TableTagPolicyLFPermission... permissions)

        The permissions granted to subscribers on table resources.

        Parameters:
        permissions - The permissions granted to subscribers on table resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.