Interface GetPullRequestOverrideStateResponse.Builder

    • Method Detail

      • overridden

        GetPullRequestOverrideStateResponse.Builder overridden​(Boolean overridden)

        A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).

        Parameters:
        overridden - A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrider

        GetPullRequestOverrideStateResponse.Builder overrider​(String overrider)

        The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

        Parameters:
        overrider - The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.