public static interface GetPackageVersionAssetRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<GetPackageVersionAssetRequest.Builder,GetPackageVersionAssetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionAssetRequest.Builder |
asset(String asset)
The name of the requested asset.
|
GetPackageVersionAssetRequest.Builder |
domain(String domain)
The name of the domain that contains the repository that contains the package version with the requested
asset.
|
GetPackageVersionAssetRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
GetPackageVersionAssetRequest.Builder |
format(PackageFormat format)
A format that specifies the type of the package version with the requested asset file.
|
GetPackageVersionAssetRequest.Builder |
format(String format)
A format that specifies the type of the package version with the requested asset file.
|
GetPackageVersionAssetRequest.Builder |
namespace(String namespace)
The namespace of the package.
|
GetPackageVersionAssetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPackageVersionAssetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPackageVersionAssetRequest.Builder |
packageValue(String packageValue)
The name of the package that contains the requested asset.
|
GetPackageVersionAssetRequest.Builder |
packageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2). |
GetPackageVersionAssetRequest.Builder |
packageVersionRevision(String packageVersionRevision)
The name of the package version revision that contains the requested asset.
|
GetPackageVersionAssetRequest.Builder |
repository(String repository)
The repository that contains the package version with the requested asset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPackageVersionAssetRequest.Builder domain(String domain)
The name of the domain that contains the repository that contains the package version with the requested asset.
domain - The name of the domain that contains the repository that contains the package version with the
requested asset.GetPackageVersionAssetRequest.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.GetPackageVersionAssetRequest.Builder repository(String repository)
The repository that contains the package version with the requested asset.
repository - The repository that contains the package version with the requested asset.GetPackageVersionAssetRequest.Builder format(String format)
A format that specifies the type of the package version with the requested asset file. The valid values are:
npm
pypi
maven
format - A format that specifies the type of the package version with the requested asset file. The valid
values are:
npm
pypi
maven
PackageFormat,
PackageFormatGetPackageVersionAssetRequest.Builder format(PackageFormat format)
A format that specifies the type of the package version with the requested asset file. The valid values are:
npm
pypi
maven
format - A format that specifies the type of the package version with the requested asset file. The valid
values are:
npm
pypi
maven
PackageFormat,
PackageFormatGetPackageVersionAssetRequest.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.
GetPackageVersionAssetRequest.Builder packageValue(String packageValue)
The name of the package that contains the requested asset.
packageValue - The name of the package that contains the requested asset.GetPackageVersionAssetRequest.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).GetPackageVersionAssetRequest.Builder asset(String asset)
The name of the requested asset.
asset - The name of the requested asset.GetPackageVersionAssetRequest.Builder packageVersionRevision(String packageVersionRevision)
The name of the package version revision that contains the requested asset.
packageVersionRevision - The name of the package version revision that contains the requested asset.GetPackageVersionAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPackageVersionAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.