Interface ListCodeReviewsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeGuruReviewerRequest.Builder, CopyableBuilder<ListCodeReviewsRequest.Builder,ListCodeReviewsRequest>, SdkBuilder<ListCodeReviewsRequest.Builder,ListCodeReviewsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListCodeReviewsRequest

public static interface ListCodeReviewsRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListCodeReviewsRequest.Builder,ListCodeReviewsRequest>
  • Method Details

    • providerTypesWithStrings

      ListCodeReviewsRequest.Builder providerTypesWithStrings(Collection<String> providerTypes)

      List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.

      Parameters:
      providerTypes - List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerTypesWithStrings

      ListCodeReviewsRequest.Builder providerTypesWithStrings(String... providerTypes)

      List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.

      Parameters:
      providerTypes - List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerTypes

      List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.

      Parameters:
      providerTypes - List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerTypes

      ListCodeReviewsRequest.Builder providerTypes(ProviderType... providerTypes)

      List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.

      Parameters:
      providerTypes - List of provider types for filtering that needs to be applied before displaying the result. For example, providerTypes=[GitHub] lists code reviews from GitHub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListCodeReviewsRequest.Builder statesWithStrings(Collection<String> states)

      List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

      Parameters:
      states - List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

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

      ListCodeReviewsRequest.Builder statesWithStrings(String... states)

      List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

      Parameters:
      states - List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

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

      List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

      Parameters:
      states - List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

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

      List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

      Parameters:
      states - List of states for filtering that needs to be applied before displaying the result. For example, states=[Pending] lists code reviews in the Pending state.

      The valid code review states are:

      • Completed: The code review is complete.

      • Pending: The code review started and has not completed or failed.

      • Failed: The code review failed.

      • Deleting: The code review is being deleted.

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

      ListCodeReviewsRequest.Builder repositoryNames(Collection<String> repositoryNames)

      List of repository names for filtering that needs to be applied before displaying the result.

      Parameters:
      repositoryNames - List of repository names for filtering that needs to be applied before displaying the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryNames

      ListCodeReviewsRequest.Builder repositoryNames(String... repositoryNames)

      List of repository names for filtering that needs to be applied before displaying the result.

      Parameters:
      repositoryNames - List of repository names for filtering that needs to be applied before displaying the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of code reviews to list in the response.

      Parameters:
      type - The type of code reviews to list in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of code reviews to list in the response.

      Parameters:
      type - The type of code reviews to list in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListCodeReviewsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results that are returned per call. The default is 100.

      Parameters:
      maxResults - The maximum number of results that are returned per call. The default is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListCodeReviewsRequest.Builder nextToken(String nextToken)

      If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListCodeReviewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.