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 Amazon Web Services 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 version with the requested asset file.
|
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 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.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.
format - A format that specifies the type of the package version with the requested asset file.PackageFormat,
PackageFormatGetPackageVersionAssetRequest.Builder format(PackageFormat format)
A format that specifies the type of the package version with the requested asset file.
format - A format that specifies the type of the package version with the requested asset file.PackageFormat,
PackageFormatGetPackageVersionAssetRequest.Builder namespace(String namespace)
The namespace of the package version with the requested asset file. 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 with the requested asset file. 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.
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 © 2023. All rights reserved.