Interface MatchedStatement.Builder

  • Method Details

    • sid

      The statement ID (Sid). If the statement has no Sid, one is generated for reference.

      Parameters:
      sid - The statement ID (Sid). If the statement has no Sid, one is generated for reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluatedEffect

      MatchedStatement.Builder evaluatedEffect(String evaluatedEffect)

      The evaluated effect of this statement. Valid values:

      • ALLOW - The statement allows the action.

      • DENY - The statement denies the action.

      Parameters:
      evaluatedEffect - The evaluated effect of this statement. Valid values:

      • ALLOW - The statement allows the action.

      • DENY - The statement denies the action.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • evaluatedEffect

      MatchedStatement.Builder evaluatedEffect(StatementEffect evaluatedEffect)

      The evaluated effect of this statement. Valid values:

      • ALLOW - The statement allows the action.

      • DENY - The statement denies the action.

      Parameters:
      evaluatedEffect - The evaluated effect of this statement. Valid values:

      • ALLOW - The statement allows the action.

      • DENY - The statement denies the action.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: