Interface Denied.Builder

    • Method Detail

      • implicitDeny

        Denied.Builder implicitDeny​(ImplicitDeny implicitDeny)

        Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.

        Parameters:
        implicitDeny - Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explicitDeny

        Denied.Builder explicitDeny​(ExplicitDeny explicitDeny)

        Information that explicitly denies the authorization.

        Parameters:
        explicitDeny - Information that explicitly denies the authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.