public static interface ListRepositoriesInDomainRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<ListRepositoriesInDomainRequest.Builder,ListRepositoriesInDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesInDomainRequest.Builder |
administratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
ListRepositoriesInDomainRequest.Builder |
domain(String domain)
The name of the domain that contains the returned list of repositories.
|
ListRepositoriesInDomainRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListRepositoriesInDomainRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRepositoriesInDomainRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListRepositoriesInDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRepositoriesInDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRepositoriesInDomainRequest.Builder |
repositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRepositoriesInDomainRequest.Builder domain(String domain)
The name of the domain that contains the returned list of repositories.
domain - The name of the domain that contains the returned list of repositories.ListRepositoriesInDomainRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.ListRepositoriesInDomainRequest.Builder administratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
administratorAccount - Filter the list of repositories to only include those that are managed by the Amazon Web Services
account ID.ListRepositoriesInDomainRequest.Builder repositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix are returned.
repositoryPrefix - A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix are returned.ListRepositoriesInDomainRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListRepositoriesInDomainRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListRepositoriesInDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRepositoriesInDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.