Interface CheckNoNewAccessResponse.Builder

    • Method Detail

      • result

        CheckNoNewAccessResponse.Builder result​(String result)

        The result of the check for new access. If the result is PASS, no new access is allowed by the updated policy. If the result is FAIL, the updated policy might allow new access.

        Parameters:
        result - The result of the check for new access. If the result is PASS, no new access is allowed by the updated policy. If the result is FAIL, the updated policy might allow new access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CheckNoNewAccessResult, CheckNoNewAccessResult
      • result

        CheckNoNewAccessResponse.Builder result​(CheckNoNewAccessResult result)

        The result of the check for new access. If the result is PASS, no new access is allowed by the updated policy. If the result is FAIL, the updated policy might allow new access.

        Parameters:
        result - The result of the check for new access. If the result is PASS, no new access is allowed by the updated policy. If the result is FAIL, the updated policy might allow new access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CheckNoNewAccessResult, CheckNoNewAccessResult
      • message

        CheckNoNewAccessResponse.Builder message​(String message)

        The message indicating whether the updated policy allows new access.

        Parameters:
        message - The message indicating whether the updated policy allows new access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasons

        CheckNoNewAccessResponse.Builder reasons​(Collection<ReasonSummary> reasons)

        A description of the reasoning of the result.

        Parameters:
        reasons - A description of the reasoning of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasons

        CheckNoNewAccessResponse.Builder reasons​(ReasonSummary... reasons)

        A description of the reasoning of the result.

        Parameters:
        reasons - A description of the reasoning of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.