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 Amazon Web Services 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 versions to be disposed.
|
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 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.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.
format - A format that specifies the type of package versions you want to dispose.PackageFormat,
PackageFormatDisposePackageVersionsRequest.Builder format(PackageFormat format)
A format that specifies the type of package versions you want to dispose.
format - A format that specifies the type of package versions you want to dispose.PackageFormat,
PackageFormatDisposePackageVersionsRequest.Builder namespace(String namespace)
The namespace of the package versions to be disposed. 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 versions to be disposed. 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.
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.
expectedStatus - The expected status of the package version to dispose.PackageVersionStatus,
PackageVersionStatusDisposePackageVersionsRequest.Builder expectedStatus(PackageVersionStatus expectedStatus)
The expected status of the package version to dispose.
expectedStatus - The expected status of the package version to dispose.PackageVersionStatus,
PackageVersionStatusDisposePackageVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisposePackageVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.