Interface DescribePullRequestEventsRequest.Builder

    • Method Detail

      • pullRequestEventType

        DescribePullRequestEventsRequest.Builder pullRequestEventType​(String pullRequestEventType)

        Optional. The pull request event type about which you want to return information.

        Parameters:
        pullRequestEventType - Optional. The pull request event type about which you want to return information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PullRequestEventType, PullRequestEventType
      • actorArn

        DescribePullRequestEventsRequest.Builder actorArn​(String actorArn)

        The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

        Parameters:
        actorArn - The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePullRequestEventsRequest.Builder nextToken​(String nextToken)

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Parameters:
        nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribePullRequestEventsRequest.Builder maxResults​(Integer maxResults)

        A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.

        Parameters:
        maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.