public static interface ListPackageVersionsRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<ListPackageVersionsRequest.Builder,ListPackageVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionsRequest.Builder |
domain(String domain)
The name of the domain that contains the repository that contains the requested package versions.
|
ListPackageVersionsRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListPackageVersionsRequest.Builder |
format(PackageFormat format)
The format of the package versions you want to list.
|
ListPackageVersionsRequest.Builder |
format(String format)
The format of the package versions you want to list.
|
ListPackageVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageVersionsRequest.Builder |
namespace(String namespace)
The namespace of the package that contains the requested package versions.
|
ListPackageVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListPackageVersionsRequest.Builder |
originType(PackageVersionOriginType originType)
The
originType used to filter package versions. |
ListPackageVersionsRequest.Builder |
originType(String originType)
The
originType used to filter package versions. |
ListPackageVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPackageVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPackageVersionsRequest.Builder |
packageValue(String packageValue)
The name of the package for which you want to request package versions.
|
ListPackageVersionsRequest.Builder |
repository(String repository)
The name of the repository that contains the requested package versions.
|
ListPackageVersionsRequest.Builder |
sortBy(PackageVersionSortType sortBy)
How to sort the requested list of package versions.
|
ListPackageVersionsRequest.Builder |
sortBy(String sortBy)
How to sort the requested list of package versions.
|
ListPackageVersionsRequest.Builder |
status(PackageVersionStatus status)
A string that filters the requested package versions by status.
|
ListPackageVersionsRequest.Builder |
status(String status)
A string that filters the requested package versions by status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackageVersionsRequest.Builder domain(String domain)
The name of the domain that contains the repository that contains the requested package versions.
domain - The name of the domain that contains the repository that contains the requested package versions.ListPackageVersionsRequest.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.ListPackageVersionsRequest.Builder repository(String repository)
The name of the repository that contains the requested package versions.
repository - The name of the repository that contains the requested package versions.ListPackageVersionsRequest.Builder format(String format)
The format of the package versions you want to list.
format - The format of the package versions you want to list.PackageFormat,
PackageFormatListPackageVersionsRequest.Builder format(PackageFormat format)
The format of the package versions you want to list.
format - The format of the package versions you want to list.PackageFormat,
PackageFormatListPackageVersionsRequest.Builder namespace(String namespace)
The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace.
The namespace of a generic package is its namespace.
namespace - The namespace of the package that contains the requested package versions. The package component that
specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId.
The namespace of an npm package is its scope.
Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace.
The namespace of a generic package is its namespace.
ListPackageVersionsRequest.Builder packageValue(String packageValue)
The name of the package for which you want to request package versions.
packageValue - The name of the package for which you want to request package versions.ListPackageVersionsRequest.Builder status(String status)
A string that filters the requested package versions by status.
status - A string that filters the requested package versions by status.PackageVersionStatus,
PackageVersionStatusListPackageVersionsRequest.Builder status(PackageVersionStatus status)
A string that filters the requested package versions by status.
status - A string that filters the requested package versions by status.PackageVersionStatus,
PackageVersionStatusListPackageVersionsRequest.Builder sortBy(String sortBy)
How to sort the requested list of package versions.
sortBy - How to sort the requested list of package versions.PackageVersionSortType,
PackageVersionSortTypeListPackageVersionsRequest.Builder sortBy(PackageVersionSortType sortBy)
How to sort the requested list of package versions.
sortBy - How to sort the requested list of package versions.PackageVersionSortType,
PackageVersionSortTypeListPackageVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListPackageVersionsRequest.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.ListPackageVersionsRequest.Builder originType(String originType)
The originType used to filter package versions. Only package versions with the provided
originType will be returned.
originType - The originType used to filter package versions. Only package versions with the provided
originType will be returned.PackageVersionOriginType,
PackageVersionOriginTypeListPackageVersionsRequest.Builder originType(PackageVersionOriginType originType)
The originType used to filter package versions. Only package versions with the provided
originType will be returned.
originType - The originType used to filter package versions. Only package versions with the provided
originType will be returned.PackageVersionOriginType,
PackageVersionOriginTypeListPackageVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackageVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.