public static interface DeletePackageVersionsRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DeletePackageVersionsRequest.Builder,DeletePackageVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePackageVersionsRequest.Builder |
domain(String domain)
The name of the domain that contains the package to delete.
|
DeletePackageVersionsRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeletePackageVersionsRequest.Builder |
expectedStatus(PackageVersionStatus expectedStatus)
The expected status of the package version to delete.
|
DeletePackageVersionsRequest.Builder |
expectedStatus(String expectedStatus)
The expected status of the package version to delete.
|
DeletePackageVersionsRequest.Builder |
format(PackageFormat format)
The format of the package versions to delete.
|
DeletePackageVersionsRequest.Builder |
format(String format)
The format of the package versions to delete.
|
DeletePackageVersionsRequest.Builder |
namespace(String namespace)
The namespace of the package versions to be deleted.
|
DeletePackageVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePackageVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePackageVersionsRequest.Builder |
packageValue(String packageValue)
The name of the package with the versions to delete.
|
DeletePackageVersionsRequest.Builder |
repository(String repository)
The name of the repository that contains the package versions to delete.
|
DeletePackageVersionsRequest.Builder |
versions(Collection<String> versions)
An array of strings that specify the versions of the package to delete.
|
DeletePackageVersionsRequest.Builder |
versions(String... versions)
An array of strings that specify the versions of the package to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePackageVersionsRequest.Builder domain(String domain)
The name of the domain that contains the package to delete.
domain - The name of the domain that contains the package to delete.DeletePackageVersionsRequest.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.DeletePackageVersionsRequest.Builder repository(String repository)
The name of the repository that contains the package versions to delete.
repository - The name of the repository that contains the package versions to delete.DeletePackageVersionsRequest.Builder format(String format)
The format of the package versions to delete.
format - The format of the package versions to delete.PackageFormat,
PackageFormatDeletePackageVersionsRequest.Builder format(PackageFormat format)
The format of the package versions to delete.
format - The format of the package versions to delete.PackageFormat,
PackageFormatDeletePackageVersionsRequest.Builder namespace(String namespace)
The namespace of the package versions to be deleted. 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 is required when deleting
Maven package versions.
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 versions to be deleted. 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 is required when
deleting Maven package versions.
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.
DeletePackageVersionsRequest.Builder packageValue(String packageValue)
The name of the package with the versions to delete.
packageValue - The name of the package with the versions to delete.DeletePackageVersionsRequest.Builder versions(Collection<String> versions)
An array of strings that specify the versions of the package to delete.
versions - An array of strings that specify the versions of the package to delete.DeletePackageVersionsRequest.Builder versions(String... versions)
An array of strings that specify the versions of the package to delete.
versions - An array of strings that specify the versions of the package to delete.DeletePackageVersionsRequest.Builder expectedStatus(String expectedStatus)
The expected status of the package version to delete.
expectedStatus - The expected status of the package version to delete.PackageVersionStatus,
PackageVersionStatusDeletePackageVersionsRequest.Builder expectedStatus(PackageVersionStatus expectedStatus)
The expected status of the package version to delete.
expectedStatus - The expected status of the package version to delete.PackageVersionStatus,
PackageVersionStatusDeletePackageVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePackageVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.