public static interface DescribePackageVersionRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DescribePackageVersionRequest.Builder,DescribePackageVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePackageVersionRequest.Builder |
domain(String domain)
The name of the domain that contains the repository that contains the package version.
|
DescribePackageVersionRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DescribePackageVersionRequest.Builder |
format(PackageFormat format)
A format that specifies the type of the requested package version.
|
DescribePackageVersionRequest.Builder |
format(String format)
A format that specifies the type of the requested package version.
|
DescribePackageVersionRequest.Builder |
namespace(String namespace)
The namespace of the requested package version.
|
DescribePackageVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePackageVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePackageVersionRequest.Builder |
packageValue(String packageValue)
The name of the requested package version.
|
DescribePackageVersionRequest.Builder |
packageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2). |
DescribePackageVersionRequest.Builder |
repository(String repository)
The name of the repository that contains the package version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePackageVersionRequest.Builder domain(String domain)
The name of the domain that contains the repository that contains the package version.
domain - The name of the domain that contains the repository that contains the package version.DescribePackageVersionRequest.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.DescribePackageVersionRequest.Builder repository(String repository)
The name of the repository that contains the package version.
repository - The name of the repository that contains the package version.DescribePackageVersionRequest.Builder format(String format)
A format that specifies the type of the requested package version.
format - A format that specifies the type of the requested package version.PackageFormat,
PackageFormatDescribePackageVersionRequest.Builder format(PackageFormat format)
A format that specifies the type of the requested package version.
format - A format that specifies the type of the requested package version.PackageFormat,
PackageFormatDescribePackageVersionRequest.Builder namespace(String namespace)
The namespace of the requested package version. 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 requested package version. 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.
DescribePackageVersionRequest.Builder packageValue(String packageValue)
The name of the requested package version.
packageValue - The name of the requested package version.DescribePackageVersionRequest.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).DescribePackageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePackageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.