public static interface DisposePackageVersionsRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DisposePackageVersionsRequest.Builder,DisposePackageVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DisposePackageVersionsRequest.Builder |
domain(String domain)
The name of the domain that contains the repository you want to dispose.
|
DisposePackageVersionsRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
DisposePackageVersionsRequest.Builder |
expectedStatus(PackageVersionStatus expectedStatus)
The expected status of the package version to dispose.
|
DisposePackageVersionsRequest.Builder |
expectedStatus(String expectedStatus)
The expected status of the package version to dispose.
|
DisposePackageVersionsRequest.Builder |
format(PackageFormat format)
A format that specifies the type of package versions you want to dispose.
|
DisposePackageVersionsRequest.Builder |
format(String format)
A format that specifies the type of package versions you want to dispose.
|
DisposePackageVersionsRequest.Builder |
namespace(String namespace)
The namespace of the package.
|
DisposePackageVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisposePackageVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisposePackageVersionsRequest.Builder |
packageValue(String packageValue)
The name of the package with the versions you want to dispose.
|
DisposePackageVersionsRequest.Builder |
repository(String repository)
The name of the repository that contains the package versions you want to dispose.
|
DisposePackageVersionsRequest.Builder |
versionRevisions(Map<String,String> versionRevisions)
The revisions of the package versions you want to dispose.
|
DisposePackageVersionsRequest.Builder |
versions(Collection<String> versions)
The versions of the package you want to dispose.
|
DisposePackageVersionsRequest.Builder |
versions(String... versions)
The versions of the package you want to dispose.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisposePackageVersionsRequest.Builder domain(String domain)
The name of the domain that contains the repository you want to dispose.
domain - The name of the domain that contains the repository you want to dispose.DisposePackageVersionsRequest.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.DisposePackageVersionsRequest.Builder repository(String repository)
The name of the repository that contains the package versions you want to dispose.
repository - The name of the repository that contains the package versions you want to dispose.DisposePackageVersionsRequest.Builder format(String format)
A format that specifies the type of package versions you want to dispose. The valid values are:
npm
pypi
maven
format - A format that specifies the type of package versions you want to dispose. The valid values are:
npm
pypi
maven
PackageFormat,
PackageFormatDisposePackageVersionsRequest.Builder format(PackageFormat format)
A format that specifies the type of package versions you want to dispose. The valid values are:
npm
pypi
maven
format - A format that specifies the type of package versions you want to dispose. The valid values are:
npm
pypi
maven
PackageFormat,
PackageFormatDisposePackageVersionsRequest.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.
DisposePackageVersionsRequest.Builder packageValue(String packageValue)
The name of the package with the versions you want to dispose.
packageValue - The name of the package with the versions you want to dispose.DisposePackageVersionsRequest.Builder versions(Collection<String> versions)
The versions of the package you want to dispose.
versions - The versions of the package you want to dispose.DisposePackageVersionsRequest.Builder versions(String... versions)
The versions of the package you want to dispose.
versions - The versions of the package you want to dispose.DisposePackageVersionsRequest.Builder versionRevisions(Map<String,String> versionRevisions)
The revisions of the package versions you want to dispose.
versionRevisions - The revisions of the package versions you want to dispose.DisposePackageVersionsRequest.Builder expectedStatus(String expectedStatus)
The expected status of the package version to dispose. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
expectedStatus - The expected status of the package version to dispose. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatus,
PackageVersionStatusDisposePackageVersionsRequest.Builder expectedStatus(PackageVersionStatus expectedStatus)
The expected status of the package version to dispose. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
expectedStatus - The expected status of the package version to dispose. Valid values are:
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatus,
PackageVersionStatusDisposePackageVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisposePackageVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.