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 Amazon Web Services account that owns the domain.
|
ListPackageVersionAssetsRequest.Builder |
format(PackageFormat format)
The format of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest.Builder |
format(String format)
The format of the package that contains the requested 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 version that contains the requested package version assets.
|
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 requested 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 requested 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 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.ListPackageVersionAssetsRequest.Builder repository(String repository)
The name of the repository that contains the package that contains the requested package version assets.
repository - The name of the repository that contains the package that contains the requested package version
assets.ListPackageVersionAssetsRequest.Builder format(String format)
The format of the package that contains the requested package version assets.
format - The format of the package that contains the requested package version assets.PackageFormat,
PackageFormatListPackageVersionAssetsRequest.Builder format(PackageFormat format)
The format of the package that contains the requested package version assets.
format - The format of the package that contains the requested package version assets.PackageFormat,
PackageFormatListPackageVersionAssetsRequest.Builder namespace(String namespace)
The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:
The namespace of a Maven package version is its groupId.
The namespace of an npm package version is its scope.
Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
The namespace of a generic package is its namespace.
namespace - The namespace of the package version that contains the requested package version assets. The package
version component that specifies its namespace depends on its type. For example:
The namespace of a Maven package version is its groupId.
The namespace of an npm package version is its scope.
Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
The namespace of a generic package is its namespace.
ListPackageVersionAssetsRequest.Builder packageValue(String packageValue)
The name of the package that contains the requested package version assets.
packageValue - The name of the package that contains the requested 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 © 2023. All rights reserved.