Interface ListRepositoryAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruReviewerRequest.Builder,CopyableBuilder<ListRepositoryAssociationsRequest.Builder,ListRepositoryAssociationsRequest>,SdkBuilder<ListRepositoryAssociationsRequest.Builder,ListRepositoryAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRepositoryAssociationsRequest
public static interface ListRepositoryAssociationsRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListRepositoryAssociationsRequest.Builder,ListRepositoryAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRepositoryAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of repository association results returned byListRepositoryAssociationsin paginated output.ListRepositoryAssociationsRequest.Buildernames(String... names)List of repository names to use as a filter.ListRepositoryAssociationsRequest.Buildernames(Collection<String> names)List of repository names to use as a filter.ListRepositoryAssociationsRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedListRepositoryAssociationsrequest wheremaxResultswas used and the results exceeded the value of that parameter.ListRepositoryAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRepositoryAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRepositoryAssociationsRequest.Builderowners(String... owners)List of owners to use as a filter.ListRepositoryAssociationsRequest.Builderowners(Collection<String> owners)List of owners to use as a filter.ListRepositoryAssociationsRequest.BuilderproviderTypes(Collection<ProviderType> providerTypes)List of provider types to use as a filter.ListRepositoryAssociationsRequest.BuilderproviderTypes(ProviderType... providerTypes)List of provider types to use as a filter.ListRepositoryAssociationsRequest.BuilderproviderTypesWithStrings(String... providerTypes)List of provider types to use as a filter.ListRepositoryAssociationsRequest.BuilderproviderTypesWithStrings(Collection<String> providerTypes)List of provider types to use as a filter.ListRepositoryAssociationsRequest.Builderstates(Collection<RepositoryAssociationState> states)List of repository association states to use as a filter.ListRepositoryAssociationsRequest.Builderstates(RepositoryAssociationState... states)List of repository association states to use as a filter.ListRepositoryAssociationsRequest.BuilderstatesWithStrings(String... states)List of repository association states to use as a filter.ListRepositoryAssociationsRequest.BuilderstatesWithStrings(Collection<String> states)List of repository association states to use as a filter.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codegurureviewer.model.CodeGuruReviewerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
providerTypesWithStrings
ListRepositoryAssociationsRequest.Builder providerTypesWithStrings(Collection<String> providerTypes)
List of provider types to use as a filter.
- Parameters:
providerTypes- List of provider types to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerTypesWithStrings
ListRepositoryAssociationsRequest.Builder providerTypesWithStrings(String... providerTypes)
List of provider types to use as a filter.
- Parameters:
providerTypes- List of provider types to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerTypes
ListRepositoryAssociationsRequest.Builder providerTypes(Collection<ProviderType> providerTypes)
List of provider types to use as a filter.
- Parameters:
providerTypes- List of provider types to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerTypes
ListRepositoryAssociationsRequest.Builder providerTypes(ProviderType... providerTypes)
List of provider types to use as a filter.
- Parameters:
providerTypes- List of provider types to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListRepositoryAssociationsRequest.Builder statesWithStrings(Collection<String> states)
List of repository association states to use as a filter.
The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
- Parameters:
states- List of repository association states to use as a filter.The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
statesWithStrings
ListRepositoryAssociationsRequest.Builder statesWithStrings(String... states)
List of repository association states to use as a filter.
The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
- Parameters:
states- List of repository association states to use as a filter.The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
states
ListRepositoryAssociationsRequest.Builder states(Collection<RepositoryAssociationState> states)
List of repository association states to use as a filter.
The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
- Parameters:
states- List of repository association states to use as a filter.The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
states
ListRepositoryAssociationsRequest.Builder states(RepositoryAssociationState... states)
List of repository association states to use as a filter.
The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
- Parameters:
states- List of repository association states to use as a filter.The valid repository association states are:
-
Associated: The repository association is complete.
-
Associating: CodeGuru Reviewer is:
-
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
If your repository
ProviderTypeisGitHub,GitHub Enterprise Server, orBitbucket, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered. -
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
-
-
Failed: The repository failed to associate or disassociate.
-
Disassociating: CodeGuru Reviewer is removing the repository's pull request notifications and source code access.
-
Disassociated: CodeGuru Reviewer successfully disassociated the repository. You can create a new association with this repository if you want to review source code in it later. You can control access to code reviews created in anassociated repository with tags after it has been disassociated. For more information, see Using tags to control access to associated repositories in the Amazon CodeGuru Reviewer User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
names
ListRepositoryAssociationsRequest.Builder names(Collection<String> names)
List of repository names to use as a filter.
- Parameters:
names- List of repository names to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListRepositoryAssociationsRequest.Builder names(String... names)
List of repository names to use as a filter.
- Parameters:
names- List of repository names to use as a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
ListRepositoryAssociationsRequest.Builder owners(Collection<String> owners)
List of owners to use as a filter. For Amazon Web Services CodeCommit, it is the name of the CodeCommit account that was used to associate the repository. For other repository source providers, such as Bitbucket and GitHub Enterprise Server, this is name of the account that was used to associate the repository.
- Parameters:
owners- List of owners to use as a filter. For Amazon Web Services CodeCommit, it is the name of the CodeCommit account that was used to associate the repository. For other repository source providers, such as Bitbucket and GitHub Enterprise Server, this is name of the account that was used to associate the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
ListRepositoryAssociationsRequest.Builder owners(String... owners)
List of owners to use as a filter. For Amazon Web Services CodeCommit, it is the name of the CodeCommit account that was used to associate the repository. For other repository source providers, such as Bitbucket and GitHub Enterprise Server, this is name of the account that was used to associate the repository.
- Parameters:
owners- List of owners to use as a filter. For Amazon Web Services CodeCommit, it is the name of the CodeCommit account that was used to associate the repository. For other repository source providers, such as Bitbucket and GitHub Enterprise Server, this is name of the account that was used to associate the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRepositoryAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of repository association results returned by
ListRepositoryAssociationsin paginated output. When this parameter is used,ListRepositoryAssociationsonly returnsmaxResultsresults in a single page with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListRepositoryAssociationsrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter is not used,ListRepositoryAssociationsreturns up to 100 results and anextTokenvalue if applicable.- Parameters:
maxResults- The maximum number of repository association results returned byListRepositoryAssociationsin paginated output. When this parameter is used,ListRepositoryAssociationsonly returnsmaxResultsresults in a single page with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListRepositoryAssociationsrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter is not used,ListRepositoryAssociationsreturns up to 100 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRepositoryAssociationsRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedListRepositoryAssociationsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.Treat this token as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedListRepositoryAssociationsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.Treat this token as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRepositoryAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRepositoryAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-