public static interface ListPackageVersionDependenciesRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<ListPackageVersionDependenciesRequest.Builder,ListPackageVersionDependenciesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackageVersionDependenciesRequest.Builder domain(String domain)
The name of the domain that contains the repository that contains the requested package version dependencies.
domain - The name of the domain that contains the repository that contains the requested package version
dependencies.ListPackageVersionDependenciesRequest.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.ListPackageVersionDependenciesRequest.Builder repository(String repository)
The name of the repository that contains the requested package version.
repository - The name of the repository that contains the requested package version.ListPackageVersionDependenciesRequest.Builder format(String format)
The format of the package with the requested dependencies. 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 with the requested dependencies. 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,
PackageFormatListPackageVersionDependenciesRequest.Builder format(PackageFormat format)
The format of the package with the requested dependencies. 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 with the requested dependencies. 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,
PackageFormatListPackageVersionDependenciesRequest.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.
ListPackageVersionDependenciesRequest.Builder packageValue(String packageValue)
The name of the package versions' package.
packageValue - The name of the package versions' package.ListPackageVersionDependenciesRequest.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).ListPackageVersionDependenciesRequest.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.ListPackageVersionDependenciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPackageVersionDependenciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.