public static interface ListCodeReviewsRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListCodeReviewsRequest.Builder,ListCodeReviewsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCodeReviewsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListCodeReviewsRequest.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListCodeReviewsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCodeReviewsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCodeReviewsRequest.Builder |
providerTypes(Collection<ProviderType> providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
providerTypes(ProviderType... providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
providerTypesWithStrings(Collection<String> providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
providerTypesWithStrings(String... providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
repositoryNames(Collection<String> repositoryNames)
List of repository names for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
repositoryNames(String... repositoryNames)
List of repository names for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
states(Collection<JobState> states)
List of states for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
states(JobState... states)
List of states for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
statesWithStrings(Collection<String> states)
List of states for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
statesWithStrings(String... states)
List of states for filtering that needs to be applied before displaying the result.
|
ListCodeReviewsRequest.Builder |
type(String type)
The type of code reviews to list in the response.
|
ListCodeReviewsRequest.Builder |
type(Type type)
The type of code reviews to list in the response.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCodeReviewsRequest.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.
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.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.
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.ListCodeReviewsRequest.Builder providerTypes(Collection<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.
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.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.
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.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.
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.
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.
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.
ListCodeReviewsRequest.Builder states(Collection<JobState> 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.
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.
ListCodeReviewsRequest.Builder states(JobState... 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.
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.
ListCodeReviewsRequest.Builder repositoryNames(Collection<String> repositoryNames)
List of repository names for filtering that needs to be applied before displaying the result.
repositoryNames - List of repository names for filtering that needs to be applied before displaying the result.ListCodeReviewsRequest.Builder repositoryNames(String... repositoryNames)
List of repository names for filtering that needs to be applied before displaying the result.
repositoryNames - List of repository names for filtering that needs to be applied before displaying the result.ListCodeReviewsRequest.Builder type(String type)
The type of code reviews to list in the response.
ListCodeReviewsRequest.Builder type(Type type)
The type of code reviews to list in the response.
ListCodeReviewsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. The default is 100.
maxResults - The maximum number of results that are returned per call. The default is 100.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.
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.ListCodeReviewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCodeReviewsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.