public static interface ListPackageVersionAssetsRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<ListPackageVersionAssetsRequest.Builder,ListPackageVersionAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionAssetsRequest.Builder |
domain(String domain)
The name of the domain that contains the repository associated with the package version assets.
|
ListPackageVersionAssetsRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
ListPackageVersionAssetsRequest.Builder |
format(PackageFormat format)
The format of the package that contains the returned package version assets.
|
ListPackageVersionAssetsRequest.Builder |
format(String format)
The format of the package that contains the returned package version assets.
|
ListPackageVersionAssetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageVersionAssetsRequest.Builder |
namespace(String namespace)
The namespace of the package.
|
ListPackageVersionAssetsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListPackageVersionAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPackageVersionAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPackageVersionAssetsRequest.Builder |
packageValue(String packageValue)
The name of the package that contains the returned package version assets.
|
ListPackageVersionAssetsRequest.Builder |
packageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2). |
ListPackageVersionAssetsRequest.Builder |
repository(String repository)
The name of the repository that contains the package that contains the returned package version assets.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackageVersionAssetsRequest.Builder domain(String domain)
The name of the domain that contains the repository associated with the package version assets.
domain - The name of the domain that contains the repository associated with the package version assets.ListPackageVersionAssetsRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or
spaces.ListPackageVersionAssetsRequest.Builder repository(String repository)
The name of the repository that contains the package that contains the returned package version assets.
repository - The name of the repository that contains the package that contains the returned package version
assets.ListPackageVersionAssetsRequest.Builder format(String format)
The format of the package that contains the returned package version assets. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
format - The format of the package that contains the returned package version assets. The valid package types
are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a
JAR file.
PackageFormat,
PackageFormatListPackageVersionAssetsRequest.Builder format(PackageFormat format)
The format of the package that contains the returned package version assets. The valid package types are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
format - The format of the package that contains the returned package version assets. The valid package types
are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a
JAR file.
PackageFormat,
PackageFormatListPackageVersionAssetsRequest.Builder namespace(String namespace)
The namespace of the package. 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.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
namespace - The namespace of the package. 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.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
ListPackageVersionAssetsRequest.Builder packageValue(String packageValue)
The name of the package that contains the returned package version assets.
packageValue - The name of the package that contains the returned package version assets.ListPackageVersionAssetsRequest.Builder packageVersion(String packageVersion)
A string that contains the package version (for example, 3.5.2).
packageVersion - A string that contains the package version (for example, 3.5.2).ListPackageVersionAssetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListPackageVersionAssetsRequest.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.ListPackageVersionAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackageVersionAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.