public static interface DeletePackageRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DeletePackageRequest.Builder,DeletePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePackageRequest.Builder |
domain(String domain)
The name of the domain that contains the package to delete.
|
DeletePackageRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeletePackageRequest.Builder |
format(PackageFormat format)
The format of the requested package to delete.
|
DeletePackageRequest.Builder |
format(String format)
The format of the requested package to delete.
|
DeletePackageRequest.Builder |
namespace(String namespace)
The namespace of the package to delete.
|
DeletePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePackageRequest.Builder |
packageValue(String packageValue)
The name of the package to delete.
|
DeletePackageRequest.Builder |
repository(String repository)
The name of the repository that contains the package to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePackageRequest.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.DeletePackageRequest.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.DeletePackageRequest.Builder repository(String repository)
The name of the repository that contains the package to delete.
repository - The name of the repository that contains the package to delete.DeletePackageRequest.Builder format(String format)
The format of the requested package to delete.
format - The format of the requested package to delete.PackageFormat,
PackageFormatDeletePackageRequest.Builder format(PackageFormat format)
The format of the requested package to delete.
format - The format of the requested package to delete.PackageFormat,
PackageFormatDeletePackageRequest.Builder namespace(String namespace)
The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId. The namespace is required when deleting Maven
package versions.
The namespace of an npm package is its scope.
Python and NuGet packages do not contain corresponding components, packages of those formats do not have a namespace.
The namespace of a generic package is its namespace.
namespace - The namespace of the package to delete. The package component that specifies its namespace depends on
its type. For example:
The namespace of a Maven package is its groupId. The namespace is required when deleting
Maven package versions.
The namespace of an npm package is its scope.
Python and NuGet packages do not contain corresponding components, packages of those formats do not have a namespace.
The namespace of a generic package is its namespace.
DeletePackageRequest.Builder packageValue(String packageValue)
The name of the package to delete.
packageValue - The name of the package to delete.DeletePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.